{% extends "layout.html" %} {% macro th(field) -%} {% set config_field = config.SERVER_FIELD[field] %} {{ config_field.get('text') }} {%- endmacro %} {% block content %}

Article list

{% for field in config.SERVER_FIELD %} {{ th(field) }} {% endfor %}
file pathAction
{% endblock %} {% block script %} {% endblock %}