Add default theme and apply to pages

This commit is contained in:
Maximilian
2023-03-06 12:44:20 -06:00
parent f32223f12c
commit be2c3ae178
4 changed files with 104 additions and 20 deletions

View File

@ -3,11 +3,14 @@
<head>
<meta charset="UTF-8">
<title>SiteName - {{ template "pageTitle" }}</title>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
{{ template "content" . }}
<div class="footer-container">
<footer>
<p>SiteName - Powered by GoWeb!</p>
</footer>
</div>
</body>
<footer>
<p>SiteName - Powered by Go!</p>
</footer>
</html>
</html>