{% extends "base.html" %} {% block title %}{{ section.title }} — sdme{% endblock %} {% block content %}

{{ section.title }}

{{ section.description }}

{% for page in section.pages %}

{{ page.title }}

{{ page.description }}

{% endfor %}
{% endblock %}