forked from Ruderverein-Donau-Linz/rowt
add stats
This commit is contained in:
16
templates/stat.html.tera
Normal file
16
templates/stat.html.tera
Normal file
@@ -0,0 +1,16 @@
|
||||
{% import "includes/macros" as macros %}
|
||||
|
||||
{% extends "base" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<div class="max-w-screen-lg w-full">
|
||||
<h1 class="h1">Statstik</h1>
|
||||
<ol>
|
||||
{% for s in stat %}
|
||||
<li>{{s.name}}: {{s.rowed_km}}km</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
</div>
|
||||
{% endblock content%}
|
||||
Reference in New Issue
Block a user