{% extends "base.html" %} {% block htmltitle %} {{ category|title }} {% endblock %} {% block metadata %} {% for tag, value in page.ogtags %} {% endfor %} {% endblock %} {% block content %}

{{ category.name|title }}


{% if category.page.content %}
{{ category.page.content }}
{% endif %} {% if not category.page.hide_list %}
{% for article in dates %} {% endfor %}
{% endif %} {% endblock %}