mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 20:26:07 +01: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 %} |