{# This is the "base" HTML that every other page is supposed to extend. It contains the basic HTML structure of a page. #} {% block title %}{% endblock %} ยท DOKK {% block stylesheets %}{% endblock %} {% block body %}{% endblock %}