{% extends "layouts/base.html" %} {% block extra_head %} {% endblock extra_head %} {% block content %}

{{ section.title }}

{% if section.pages %}

has logs

{% if section.generate_feed %} RSS Feed {% endif %} {% for page in section.pages %} {{ page.title }} {% endfor %}
{% endif %}
{{ section.content | safe }}
{% endblock content %}