~alcinnz/bureaucromancy

ref: 540319cf4a5069ad529fcc11016527527232dc02 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
540319cf — Adrian Cochrane Add support for url inputs! 1 year, 2 months 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 -%}