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

10 lines
232 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block fulltitle %}BFOB Quotes{% endblock %}
{% block content %}
<h2 class="text-bfobOrange font-bnto text-2xl">...were you expecting something?</h2>
2021-01-20 23:14:58 +00:00
{% include "quotedb/_quote.html" %}
{% endblock %}