{% extends "base.html" %} {% load url from future %} {% load pagelet_tags %} {% block title %}{{ page.title }}{% endblock %} {% block meta %} {% if page.meta_keywords %} {% endif %} {% if page.meta_robots %} {% endif %} {% if page.description %} {% endif %} {% endblock %} {% block content %}
{{ page.title }}
{% render_content_area page 'main' %}
{% ifnotequal page.attachments.count 0 %}

Attachments

{% else %} {% if perms.pagelets.add_pageattachment %}

Add attachment...

{% endif %} {% endifnotequal %}
{% endblock %}