Quick template fix

Forgot to extend the template so it renders a complete page. Oops.
This commit is contained in:
Ro 2022-11-15 16:25:57 -08:00
parent b8476ae76e
commit 74ae426275

View file

@ -1,3 +1,4 @@
{% extends "base/frame.twig" %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
{% endblock %}