View Function | args | kwargs |
---|---|---|
{{ view_func }} | {{ view_args|default("None") }} | {% if view_kwargs.items() %} {% for k, v in view_kwargs.items() %} {{ k }}={{ v }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %} None {% endif %} |
Variable | Value |
---|---|
{{ key|printable }} | {{ value|printable }} |
No COOKIE data
{% endif %}No SESSION data
{% endif %} {% macro show_multi_map(map) %}Variable | Value |
---|---|
{{ key|printable }} | {%- set sep = joiner() -%} {%- for v in value -%} {{ sep() }}{{ v|printable }} {%- endfor -%} |
No GET data
{% endif %}No POST data
{% endif %}