~alcinnz/bureaucromancy

bureaucromancy/tpl/reset.html -rw-r--r-- 181 bytes
f80f12fd — Adrian Cochrane Clarify how to run, release 0.1.0.2 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 -%}