{% extends "layout.html" %} {% block customhead %} {{ title }} {% endblock %} {% block content %}
        {{ quote.quote }}
    

Tags: {% for tag in quote.tags %}{{tag}}{% if not loop.last %}, {% endif %}{% endfor %}

{% endblock %}