klein/index.html
2015-12-02 00:39:27 +03:00

9 lines
No EOL
158 B
HTML

<h1>{{ pagename|title }}</h1>
<ul>
{% for author in authors %}
<li{% if loop.first %} class="first"{% endif %}>
{{ author }}
</li>
{% endfor %}
</ul>