{% extends 'sample/templates/index.html' %} {% block content %}
{% for page in section.pages %}

{{ page.title }}

{% endfor %}

<<<

{{ section.content | safe }} {% endblock content %} {% block script %} {% endblock script %}