{% extends "layouts/default.html" %} {% block imports %} {% endblock %} {% block content %}

Welcome {{ user.id }}!

{% include "components/profile_section.html" %} {% include "components/calendars_section.html" %} {% include "components/addressbooks_section.html" %} {% endblock %}