{% extends "base.html" %} {% block fulltitle %}BFOB Quotes{% endblock %} {% block content %} <h2 class="text-bfobOrange font-bnto text-2xl">...were you expecting something?</h2> {% include "quotedb/_quote.html" %} {% endblock %}