{% extends "base.html" %} {% block css %} {% endblock %} {% block body %} {% include "components/title.html" %} {% include "components/gay.html" %}
{{ page.content }}
{% endblock %}