{% extends 'lara_django_base/base.html' %} {% load static %} {% block head %} {% endblock head %} {% block extra_head %} {% endblock extra_head %} {% block head_title %} LARA {% endblock head_title %} {% partialdef navbar inline %} {% include 'lara_django_base/partials/navbar.html' %} {% endpartialdef navbar %} {% partialdef sidebar inline %} {% include 'lara_django_base/partials/sidebar.html' %} {% endpartialdef sidebar %} {% partialdef drawer inline %} {% include 'lara_django_base/partials/drawer_expandable.html' %} {% endpartialdef drawer %} {% block top-navbar %} {% partial navbar %} {% endblock top-navbar %} {% block sidebar %} {% partial sidebar %} {% endblock sidebar %} {% block drawer %} {% partial drawer %} {% endblock drawer %} {% block content %}
This is the LARA home page.
You can find more information about LARA in the About page.
{% endblock content %} {% block footer %}LARAsuite 2024 | designed by benjamin lear and mark doerr
{% endblock footer %} {% block scripts %} {% endblock scripts %} {% block scripts-extra %} {% if app_color %} {% endif %} {% endblock scripts-extra %}