{% extends '_base.html' %} {% block body %}

Tag Info

You searched for {% for t in tags %} {% if loop.last %} {{t}} {% else %} {{t}}, {% endif %} {% endfor %}

{% endblock %}