depot/web/quotes/templates/quotedb/show_quote.html

9 lines
221 B
HTML

{% extends "base.html" %}
{% block title %}#{{ quote.id }}{% endblock %}
{% block content %}
<h2 class="text-bfobOrange font-bnto text-2xl">Quote #{{ quote.id }}</h2>
{% include "quotedb/_quote.html" %}
{% endblock %}