~alcinnz/bureaucromancy

ref: e55c9337f843c909832f29be8222c428fd8a8505 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
e55c9337 — Adrian Cochrane Draft date editting UI & accessors. 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{%- block main -%}<section>
  <div>{{ input.description }}</div>
  <hr />
  <!-- TODO: Internationalize! -->
  <p>Restore <a href="_">defaults</a>!</p>
</section>{%- endblock -%}