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

Category: {{ category }}


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