/usr/share/doc/python3-jinja2/examples/rwbench/jinja
NameSizeModeActions
helpers.html4430644editdlrm
index.html10240644editdlrm
layout.html8750644editdlrm
Edit: /usr/share/doc/python3-jinja2/examples/rwbench/jinja/helpers.html (443B)
{% macro input_field(name, value='', type='text') -%} {%- endmacro %} {% macro textarea(name, value='', rows=10, cols=40) -%} {%- endmacro %} {% macro form(action='', method='post') -%}
{{ caller() }}
{%- endmacro %}