add theme system

This commit is contained in:
Zeni Kim 2024-09-27 02:31:45 -05:00
parent 6edd141d63
commit 11272c4a85
2 changed files with 15 additions and 0 deletions

10
templates/sample.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
{{template "head" "Sample"}}
<body>
{{template "title" .TheTitle}}
<div class="section">
Sample page!
</div>
</body>
</html>