Abbaye

at 8d154b4

# {{ 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 }}
{% if is_binary %}
=> {{ file_path }} Download (binary)
{% elif too_large %}
File too large ({{ size }} bytes) to display inline.
{% elif content_plain %}
```{{ filename }}
{{ content_plain }}```
{% endif %}