From 203042b3e4e5f2a5a8b6dda0d0cfcc2cdc9876c0 Mon Sep 17 00:00:00 2001 From: ct Date: Sun, 18 May 2025 15:32:55 -0400 Subject: fix: brochure Load css instead of including it. --- templates/brochure/index.html.j2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'templates/brochure/index.html.j2') diff --git a/templates/brochure/index.html.j2 b/templates/brochure/index.html.j2 index 547f9d7..a3a5b33 100644 --- a/templates/brochure/index.html.j2 +++ b/templates/brochure/index.html.j2 @@ -1,8 +1,8 @@ {% extends "base.html.j2" %} -{% block style %} -{% include "../styles.css" %} -{% include "brochure.css" %} +{% block styles %} + + {% endblock %} {% block main %} @@ -25,8 +25,6 @@ -
- -- cgit v1.2.3