{% macro list_templates(templates_list) %}

HTML Templates

{{ card_tools(self) }}
{% for name,module,dir in templates_list %} {%set path = templates.get_path(name)%} {% if applications %} {%set edit_template = applications.url_for('editor.py',filename=path) | replace('%2F','/') %} {%set edit_template_dir = applications.url_for('editor.py',filename=dir) | replace('%2F','/') %} {% endif %} {% endfor %}
Name File
{{name}} {{module}}
{%endmacro%}