view default/input/form.html @ 24:2496887339f6

defaut (blog/item): use new identities object for author field
author Goffi <goffi@goffi.org>
date Tue, 23 May 2017 00:07:19 +0200
parents 8b5615a1bf3d
children eb9a42fca6c8
line wrap: on
line source

{% macro form(action='') %}
<form method="post" action="{{action}}">
    {{ caller() }}
</form>
{% endmacro %}