~alcinnz/bureaucromancy

ref: 696da319f63881a1482a71ef5d7c067fb471b61e bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
696da319 — Adrian Cochrane Document & add missing files. 1 year, 5 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 -%}