comparison default/input/form.html @ 10:8b5615a1bf3d

articles, input: use new embedding mechanism in articles + new macros to build forms and inputs
author Goffi <goffi@goffi.org>
date Thu, 27 Apr 2017 01:07:28 +0200
parents
children eb9a42fca6c8
comparison
equal deleted inserted replaced
9:7a1626e78d53 10:8b5615a1bf3d
1 {% macro form(action='') %}
2 <form method="post" action="{{action}}">
3 {{ caller() }}
4 </form>
5 {% endmacro %}