diff --git a/templates/emails/mail.twig b/resources/views/emails/mail.twig similarity index 100% rename from templates/emails/mail.twig rename to resources/views/emails/mail.twig diff --git a/templates/layouts/parts/footer.twig b/templates/layouts/parts/footer.twig deleted file mode 100644 index cf201281..00000000 --- a/templates/layouts/parts/footer.twig +++ /dev/null @@ -1,36 +0,0 @@ -
-
- -
diff --git a/templates/layouts/parts/navbar.twig b/templates/layouts/parts/navbar.twig deleted file mode 100644 index a718fc48..00000000 --- a/templates/layouts/parts/navbar.twig +++ /dev/null @@ -1,74 +0,0 @@ -{% import _self as elements %} - -{% macro toolbar_item(label, link, active_page, icon) %} - - - {% if icon %}{% endif %} - {{ label|raw }} - - -{% endmacro %} - -