{% load markup %} Browse: {{ title }} {% include "head.html" %}

Browse: {{ title }}

Status: {{ status }}
{% if status %} {% ifequal user "anonymous" %}{% else %} [Commit] {% endifequal %} {% endif %} [Update] [Edit] [Static] [Staged] {% ifequal user "anonymous" %}{% else %} [Publish Site] {% endifequal %} [Production]
{% if file_content %}

Content


{{ file_content|markdown }} {% endif %} {% if is_image %}

Content


{% endif %} {% if attachments %}

Attachments

{% for e in attachments %} {% endfor %}
Browse PathStatusActionsPreview
{{ e.link_content }}
{{ e.status }}
{% if e.status %} {% ifequal user "anonymous" %}{% else %} [Commit] {% endifequal %} {% endif %} [Edit] [Static] [Staged] [Production]
{% if e.is_image %} {% endif %} {% if e.file_content %} {{ e.file_content|markdown|truncatewords_html:100 }} {% endif %}
{% endif %}