9 lines
No EOL
158 B
HTML
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> |