{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Config — karyab{% endblock %} {% block content %}
All sections are part of one form — the Save button at the bottom saves everything at once.
{% call hub(hub_sections) %} {% endcall %} {% endblock %}