{% include "visiosoft.theme.base::partials/metadata" %}
{% block styles %}{% endblock %}
{% include "visiosoft.theme.base::partials/header" %}
{{ addBlock('layouts/default/section')|raw }}
{% include "visiosoft.theme.base::partials/messages" %}
{% if (request_path() == '/') %}
{% include "visiosoft.theme.base::index/default" %}
{% else %}
{% block content %}{% endblock %}
{% endif %}
{% include "visiosoft.theme.base::partials/offline" %}
{% include "visiosoft.theme.base::partials/footer" %}
{% include "visiosoft.theme.base::partials/assets" %}
{% include "visiosoft.theme.base::partials/settings" %}