{% extends 'template.html' %} {% block css %} {% endblock css %} {% block usr_path %} {% endblock usr_path %} {% block body %} {% for ele in f_lst_glosary %} {% for e in ele %} {% endfor %} {% endfor %}
{{data[0][0]}}    {{data[0][1]}}

{{data[0][2]}}

{% if alert != 'no_template' %} {% set alert_template = "/components/alerts/" + alert %} {% include alert_template %} {% endif %} {% include 'components/btn-toggle-see-code.html' %} {% include template_path %} {% if f_lst_data_links | length > 0 %}

{% for item in f_lst_data_links %}
{{ item[2] }}
{% endfor %}
{% endif %} {% block js %} {% endblock js %} {% endblock body %}