Wrap index template with root template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user