From 74ae426275f0e98590ac78b8909827e13cd1f300 Mon Sep 17 00:00:00 2001 From: Ro Date: Tue, 15 Nov 2022 16:25:57 -0800 Subject: [PATCH] Quick template fix Forgot to extend the template so it renders a complete page. Oops. --- templates/front/index.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/front/index.twig b/templates/front/index.twig index 647298d..2cd9f68 100644 --- a/templates/front/index.twig +++ b/templates/front/index.twig @@ -1,3 +1,4 @@ +{% extends "base/frame.twig" %} {% block stylesheets %} {% endblock %}