extratonal.org/templates/statistics.html
2023-11-26 23:34:10 +01:00

16 lines
382 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<div class="left">
<img src="">
</div>
<div class="right">
<a href="{{ this. url }}">{{ this.title }}</a>
{{ this.body }}
{% set all = site.query('/agenda') %}
<ul>
<li>So far Platform Extratonalitaet organised {{ all.count() }} events!</li>
</ul>
</div>
{% endblock %}