- {% include "theme::partials/messages" %}
+ {% include "visiosoft.theme.base::partials/messages" %}
{% if (request_path() == '/') %}
- {% include "theme::index/default" %}
+ {% include "visiosoft.theme.base::index/default" %}
{% else %}
{% block content %}{% endblock %}
{% endif %}
@@ -35,9 +35,9 @@