Wrap index template with root template

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent ad03cc86d2
commit efb4943818
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