~alcinnz/bureaucromancy

ref: b72e3a0dc9a0989e095e813cc1bc50ab79b9ba02 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
b72e3a0d — Adrian Cochrane Add validation APIs. 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 -%}