{% extends 'base.html' %} {% block title %}{{ get_pages_name() }}{% endblock %} {% block content %}
{% if not pages %} There are no pages to show {% endif %} {% for page in pages %}

{{ page[1]|safe }}

{% endfor %}
{% endblock %}