{% load static %} {% load render_bundle from webpack_loader %} {% block title %}LARA{% endblock title %} {% render_bundle 'lara_django_base_core' 'css' config='BASE' %} {% block extra_head %}{% endblock extra_head %} Skip to main content
{% block header %} {% include 'lara_django_base/components/navbar.html' %} {% endblock header %}
{% block content_header %}

{% block page_title %}Dashboard{% endblock page_title %}

{% block breadcrumbs %}{% endblock breadcrumbs %}
{% endblock content_header %}
{% block content %}{% endblock content %}
{% block scripts %}{% endblock scripts %} {% render_bundle 'lara_django_base_core' 'js' config='BASE' %}