{% extends "layout/base.html" %} {% block content %}
{% include "partial/sidebar.html" %}
{% include "partial/header.html" %} {% set heading = { 'title': title, 'description': 'Hey Adam, welcome back!' } %} {% include "partial/heading.html" %}
{% include 'partial/widget/welcome.html' %}
{% include "partial/footer.html" %}
{% endblock %}