1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/templates/article.html
2010-08-17 15:04:12 +02:00

5 lines
108 B
HTML

<h1>{{ article.title }}</h1>
{% for tag in article.tags %}
{{ tag }}
{% endfor %}
{{ article.content }}