Mercurial > libervia-templates
view default/input/form.html @ 122:9d95b58200df
file: files handling first draft:
file/overview.html generate a simple files/directories listing
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 11 Mar 2018 19:21:46 +0100 |
parents | 87680eed9e25 |
children |
line wrap: on
line source
{% macro form(action='', class='') %} <form method="post" action="{{action}}" {{ {'class': class}|xmlattr }}> {% if csrf_token is defined %} <input type="hidden" name="csrf_token" value="{{csrf_token}}"> {% endif %} {{ caller() }} </form> {% endmacro %}