Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/hatta/templates/list.html
blob: f5aa8a1cd3cc6993981346722dc33cc24ab95ebd (plain)
1
2
3
4
5
6
7
8
9
10
{% extends 'page_special.html' %} 

{% block content %}
    <p>{{ message|format(link=link|safe) }}</p>
    <ul class="{{ class_|d('pagelist') }}">
    {% for page_title in pages %}
        <li>{{ page.wiki_link(page_title)|safe }}</li>
    {% endfor %}
    </ul>
{% endblock %}