Wrap index template with root template

This commit is contained in:
2025-05-10 15:26:18 -07:00
parent 2f94fd51ae
commit 8f17f5c440
3 changed files with 78 additions and 10 deletions

View File

@@ -1,12 +1,17 @@
$render{"templates/root"}
$wrap{"root"}
<main>
$body
</main>
<section>
<h2>Hi, I'm Catalin Mititiuc</h2>
<p>
Experienced in full-stack web development with Elixir and JavaScript.
</p>
<footer>
<p>100% Human Made, No AI Used</p>
<p>$app_name $version</p>
</footer>
</body>
</html>
<p>Hiring? Reach me by <a href="mailto:webdevcat@proton.me">email</a>.</p>
$markdown{[[
**We can embed markdown directly into an HTML file!**
]]}
</section>
$body