1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/templates/article.html

5 lines
108 B
HTML
Raw Normal View History

2010-08-17 15:04:12 +02:00
<h1>{{ article.title }}</h1>
{% for tag in article.tags %}
{{ tag }}
{% endfor %}
{{ article.content }}