Constant TEMPLATE_GIT_BLOB_GEMTEXT
Source pub const TEMPLATE_GIT_BLOB_GEMTEXT: &str = "# {{ commit_hash_short }}/{{ file_path }}\n\n=> {{ commit_url | replace(from=\".html\", to=\".gmi\") }} Commit {{ commit_hash_short }}\n=> ../index.gmi Log\n{% for crumb in breadcrumbs %}\n=> {{ crumb.url | default(value=\"\") | replace(from=\".html\", to=\".gmi\") }} {{ crumb.name }}\n{% endfor %}\n\n## {{ filename }}\n{% if is_binary %}\n=> {{ file_path }} Download (binary)\n{% elif too_large %}\nFile too large ({{ size }} bytes) to display inline.\n{% elif content_plain %}\n```{{ filename }}\n{{ content_plain }}```\n{% endif %}\n";