5 lines
176 B
HTML
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>
|