{% extends "layouts/default.html" %} {% block imports %} {{ user|json }} {% endblock %} {% block header_center %} {% include "icons/user.svg" %}Profile {% include "icons/calendar.svg" %}Calendars {% include "icons/group.svg" %}Addressbooks {% endblock %} {% block content %} {{ section|safe }} {% endblock %}