aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/article.html
{% extends "base.html" %} {% block metatags %} {% autoescape true %} {% endautoescape %} {% endblock metatags %} {% block body %} {% include "components/gay.html" %}

{{ article.title }}


⇠ back {% if article.tags|length > 0 %} | tags: {% for tag in article.tags|sort %} {{ tag }}{% if loop.index < article.tags|length %}, {% endif %} {% endfor %} {% endif %} | duration: {{article.read_time_string}}
{{ article.content }}
{% endblock %}