bug fix (variable renamed)
[kot:kot.git] / templates / random.xhtml
1 {% extends "layout.xhtml" %}
2 {% block title %}Kot pour ##tdct – Au hasard{% endblock %}
3 {% block content -%}
4       <h1>Kots au hasard :</h1>
5       <ul>
6         {%- for kot in kots %}
7         <li><a href="{{ url_for('kot', ukid=kot.id) }}">#{{ kot.id }}</a>,
8         ajouté par {{ kot.owner }}
9         <blockquote><pre>{{ kot.content }}</pre></blockquote></li>
10         {%- endfor %}
11       </ul>
12 {%- endblock %}