This commit is contained in:
2025-08-15 16:02:20 -05:00
parent 4f9299e8b2
commit 3a9e0c89a6
12 changed files with 294 additions and 175 deletions

View File

@@ -8,6 +8,7 @@
<title>{{title}}</title>
<link rel="stylesheet" href="/styles/header-footer.css">
<link rel="stylesheet" href="/styles/modules.css">
<link rel="stylesheet" href="{{ stylesheet }}">
</head>
<body>
@@ -22,6 +23,8 @@
{% include "footer.html" %}
<!-- <a href="https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/">Free SVG Backgrounds and Patterns by SVGBackgrounds.com</a> -->
{% if pageScripts %}
{% for script in pageScripts %}
<script src="{{ script }}"></script>