{% extends "index.html" %} {% block content_title %}

{{ category }}

{% for p in pages %} {% if p.slug == category %}
{{ p.content }}
{% endif %} {% endfor %} {% endblock %}