2023-04-19 20:17:03 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="index" lang="fr">
|
|
|
|
{{>head.html}}
|
|
|
|
<body class="index">
|
2023-04-19 20:27:40 +02:00
|
|
|
{{#data}}
|
|
|
|
<h1 id="title">Blog</h1>
|
|
|
|
<div id="content">
|
|
|
|
{{^posts}}
|
|
|
|
<h2 class="subtitle">Aucun posts</h2>
|
|
|
|
{{/posts}} {{#posts}}
|
|
|
|
<h2 class="subtitle">
|
2023-04-20 11:11:54 +02:00
|
|
|
<a href="/blog/{{url}}">{{title}}</a>
|
2023-04-19 20:27:40 +02:00
|
|
|
</h2>
|
|
|
|
{{/posts}}
|
|
|
|
</div>
|
|
|
|
{{/data}} {{>footer.html}}
|
2023-04-19 20:17:03 +02:00
|
|
|
</body>
|
|
|
|
</html>
|