WIP: templates

This commit is contained in:
2025-05-10 14:37:19 -07:00
parent b0e3dbcdcf
commit 2f94fd51ae
4 changed files with 18 additions and 20 deletions

11
templates/blog.html Normal file
View File

@@ -0,0 +1,11 @@
$render{"templates/root"}
<section>
<h2><a href="$root/posts/">Web Log</a></h2>
<p>Elixir, JavaScript, SVG, Containers, Git, Linux</p>
<p>
Questions, comments, feedback? <a href="mailto:webdevcat@proton.me">Contact the author</a>.
</p>
</section>
$body

View File

@@ -1,3 +1,5 @@
$render{"templates/root"}
<main>
$body
</main>