{% if title %}{% endif %} {% if description %}{% endif %} {% if image %}{% endif %}
{% block header %}
{% if page_styles %}
{% for style in page_styles %} [{{ style }}] {% endfor %}
{% endif %}
{% endblock %} {% block body %}
{{ content }}
{% endblock %}