{% extends "base.html" %} {% block title %}Dashboard — {{ settings.APP_NAME }}{% endblock %} {% block content %}

{{ greeting }}, {{ user.full_name.split(' ')[0] }}

{% include "partials/_sections.html" %}
{% endblock %}