remove test template

This commit is contained in:
crunk 2023-10-09 18:23:35 +02:00
parent be4afb79ad
commit cee2a05be0

View File

@ -1,10 +0,0 @@
{% extends "base.html" %}
{% block main %}
{% for feedtitle, text in feed.items() %}
<div class="event">
<h2>{{ feedtitle }}</h2>
{{ text[0]|safe }}
</div>
{% endfor%}
{% endblock %}