From a4c5d4fa64f4e5491b1ef3195a00801ea4f21b44 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 16:54:19 +0200 Subject: feat: add form component templates, i18n strings, and Alpine.js utilities --- .../danix-xyz-hacker/layouts/partials/toast-container.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/partials/toast-container.html (limited to 'themes/danix-xyz-hacker/layouts/partials/toast-container.html') diff --git a/themes/danix-xyz-hacker/layouts/partials/toast-container.html b/themes/danix-xyz-hacker/layouts/partials/toast-container.html new file mode 100644 index 0000000..1c5fbf2 --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/partials/toast-container.html @@ -0,0 +1,13 @@ +{{ define "toast-container" }} + + +
+ +
+ +{{ end }} -- cgit v1.2.3