~alcinnz/bureaucromancy

ref: 122e87dc812cf8b4840858229f863c88b0d25b98 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
122e87dc — Adrian Cochrane Get internationalization infrastructure working! 1 year, 4 days 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 -%}