{% extends 'partials/layout.html' %} {% block pageContent %}
{% if request.user.is_authenticated() %} {% include 'dashboard.html' %} {% else %} {% include 'home.html' %} {% endif %}
{% include 'partials/packages/search_widget.html' %} {% include 'partials/packages/updates.html' %} {% include 'partials/packages/statistics.html' %}
{% endblock %}