projects
/
kot:kot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bug fix (variable renamed)
[kot:kot.git]
/
templates
/
index.xhtml
1
{% extends "layout.xhtml" %}
2
{% block title %}Kot pour ##tdct – Index{% endblock %}
3
{% block content -%}
4
<h1>Liste des kots</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 }}</li>
9
{%- endfor %}
10
</ul>
11
{%- endblock %}