1
0
Fork 0
forked from github/pelican

Add UTF-8 Support + Pygments library.

This commit is contained in:
Alexis Metaireau 2010-08-17 15:04:12 +02:00
commit 0087d5fae9
4 changed files with 29 additions and 8 deletions

View file

@ -0,0 +1,5 @@
<h1>{{ article.title }}</h1>
{% for tag in article.tags %}
{{ tag }}
{% endfor %}
{{ article.content }}