{% extends "base.html" %} {% block body %} {% include "components/gay.html" %}

{{ category }}

{% for article in articles %} {% endfor %}
{% endblock %}