forked from github/pelican
5 lines
108 B
HTML
5 lines
108 B
HTML
<h1>{{ article.title }}</h1>
|
|
{% for tag in article.tags %}
|
|
{{ tag }}
|
|
{% endfor %}
|
|
{{ article.content }}
|