mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 17:32:31 +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 %} |