{% if base_path %}
{% endif %}
Back to files
{{ filename }}
{% if file_type == 'markdown' %}
{{ content|safe }}
{% elif file_type == 'text' %}
{{ content }}
{% elif file_type == 'image' %}
{% endif %}