{# Useful Jinja Template Macros e.g. table4DictList https://stackoverflow.com/a/42848018/1497139 #} {# show html header #} {% macro header(title) -%} {% block styles %} {{ bootstrap.load_css() }} {% endblock styles %} {% block title %} {% if title is not none %}
# | {% for key in tableHeaders %}{{ key }} | {% endfor %}
---|---|
{{loop.index}} | {% for key in lodKeys %} {% set value = dict_item[key] -%}{% if value is not none %}{{ value|safe }} {%endif %} | {% endfor %}