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

Browse: {{ title }}

[Edit this directory]
[Update this directory]
[Diff this directory]
[View Staging Build]
{% ifequal user "anonymous" %}{% else %} [Publish Site] {% endifequal %}
{% if file_url %}

Directory Index File

Browse PathStatusActionsPreview
{{ file_url }}
{{ status }}
[Edit] [Static] [Staged] [Production]
{% if file_content %} {{ file_content|markdown|truncatewords_html:100 }} {% endif %}
{% endif %} {% if attachments %}

Attachments

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

Directory Listing

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