{% extends "base.html" %} {% block content %}
Quote #{{ quote.id }}
{{ quote.quote | safe }}
{% if quote.comment %}
{{ quote.comment }}
{% endif %}
← Back to recent quotes | Random quote →
{% endblock %} {% block extra_js %} {% endblock %}