{% extends "layout.html" %} {% block customhead %}
ID:{{quote.id}}
{{ quote.quote }}
Tags: {% for tag in quote.tags %}{{tag}}{% if not loop.last %}, {% endif %}{% endfor %}