home · contact · privacy
Turn TodoNode into full class with .as_dict, with result expand Day tests.
[plomtask] / templates / condition_titles.html
1 {% extends '_base.html' %}
2 {% import '_macros.html' as macros %}
3
4
5
6 {% block content %}
7 {{ macros.history_page("condition", condition, "title", condition.title) }}
8 {% endblock %}