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

{{ category }}

{% for article in articles_page.object_list %} {% if article.title == 'Introduction' %}
{{article.content}}
{% endif %} {% endfor %} {% endblock %}