blog/layout/post.html
2019-08-17 16:48:52 +02:00

5 lines
176 B
HTML

<article>
<h1><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h1>
<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
{{ content }}
</article>