{% include 'core/base/base.html' %} {% load static %} {% block base_content %}
{% include 'landing/navigation/top_navigation.html' %}
{% include 'landing/component/base/sidebar.html' %}
{% block page_content %} {% endblock %}
{% include 'landing/component/base/overview.html' %}
{% include 'landing/footer/footer.html' %}
{% endblock %}