~alcinnz/bureaucromancy

ref: 42227cb50b24dd7450710742f388c7114da007a0 bureaucromancy/tpl/reset.html -rw-r--r-- 181 bytes
42227cb5 — Adrian Cochrane Finish internationalizing Bureaucromancy 11 months ago
                                                                                
1
2
3
4
5
6
7
{% extends "base.html" %}

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