{% load static %} {% load globals %} {% load bloomerp %} {% include "snippets/head.html" %} {% block body %}
{% block main %} {% if include_main_content %} {% include include_main_content %} {% endif %} {% endblock main %}
{% include 'snippets/vite_bundle.html' %}
{% block scripts %} {% endblock scripts %} {% endblock body %}