home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some work on tests, kinda unfinished.
[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 %}