{% extends "layout.html" %} {% from "macros/tabs.html" import tabzone without context %} {% block body %}

Dashboard

{{ tabzone(tabs, active_tab) }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}