{% extends "base.html" %} {% block content %}

{{ box.name }} — {{ path }}

Edit
{% if image_data %}
Preview of {{ path }}
{% elif image_too_large %}
Image exceeds the {{ image_limit_kb }} KB preview limit.
{% endif %} {% if content %}
{{ content }}
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}