{% extends "templates/web.html" %} {% block title %} {{ pg.subject }} {% endblock %} {% block page_content %}

{{ pg.subject }}

{{ jingrow.format_date(pg.modified) }}

{{ pg.get_message(medium="web_page") }}
{% if pg.attachments %}
{{ _("Attachments") }}
{% for attachment in pg.attachments %}

{{ attachment.attachment }}

{% endfor %}
{% endif %}
{% endblock %}