{% extends "layout.html" %} {% block content %} {% if config.pages.documents.help %}
{{ config.pages.documents.help | markdown }}
{% endif %}
{% for id, field in config.documentFields %} {% if field.visible %} {% endif %} {% endfor %}
{{ field.label }}
{% endblock %} {% block scripts %} {% endblock %}