{% extends "layout.html" %} {% block title %}{{ title }}{% endblock %} {% block nav_latest %}{% if latest %}active{% endif %}{% endblock %} {% block content %}
{{ quote.quote }}
Tags: {% for tag in quote.tags %}{{tag}}{% if not loop.last %}, {% endif %}{% endfor %}