15 lines
284 B
Handlebars
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> |