troggle-unchained/templates/core/todos.html

3 lines
138 B
HTML
Raw Normal View History

2021-04-21 19:08:42 +01:00
{% extends "baseapi.html" %}
{% block content %}{% for k, v in tododict.items %}<b>{{k}}</b>: {{v}}<br /><br />
{% endfor %}{% endblock %}