# {{ commit_hash_short }}/{{ file_path }} => {{ commit_url | replace(from=".html", to=".gmi") }} Commit {{ commit_hash_short }} => ../index.gmi Log {% for crumb in breadcrumbs %} => {{ crumb.url | default(value="") | replace(from=".html", to=".gmi") }} {{ crumb.name }} {% endfor %} ## {{ filename }} => {{ raw_url }} Download {% if is_binary %} Binary file ({{ size }} bytes). {% elif too_large %} File too large ({{ size }} bytes) to display inline. {% elif content_plain %} ```{{ filename }} {{ content_plain }}``` {% endif %}