]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/stasy-index.html
Import of new website.
[ipfire.org.git] / www / templates / stasy-index.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{{ _("Statistical evaluation service") }}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("Statistical evaluation service") }}</h3>
7
8 {% for p in profiles %}
9 <a href="/profile/{{ p }}">{{ p }}</a>
10 {% end %}
11
12 {% end block %}