mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-26 17:21:52 +00:00
3 lines
138 B
HTML
3 lines
138 B
HTML
|
{% extends "baseapi.html" %}
|
||
|
{% block content %}{% for k, v in tododict.items %}<b>{{k}}</b>: {{v}}<br /><br />
|
||
|
{% endfor %}{% endblock %}
|