Files
asciidisco.com/templates/home.hbs
2023-08-01 13:49:46 +02:00

15 lines
284 B
Handlebars

<!doctype html>
<html lang="en">
{{> head}}
<body class="type-content no-space cnt-home">
{{> menu}}
{{> header}}
{{> svg_mask_home}}
<h1>Latest blog posts:</h1>
<main>
{{> index_articles}}
{{> sidebar}}
</main>
{{> footer}}
</body>
</html>