From 42e3badfda036ee317cd070147a31e27bddba6dd Mon Sep 17 00:00:00 2001 From: Merox Date: Sat, 19 Oct 2024 19:32:37 +0300 Subject: [PATCH] test de form --- layouts/index.html | 1 + layouts/partials/newsletter.html | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 layouts/partials/newsletter.html diff --git a/layouts/index.html b/layouts/index.html index ad851f50..92acffc5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,4 +5,5 @@ {{ else }} {{ partial "partials/home/profile.html" . }} {{ end }} + {{- partial "newsletter.html" . -}} {{ end }} diff --git a/layouts/partials/newsletter.html b/layouts/partials/newsletter.html new file mode 100644 index 00000000..2f50b756 --- /dev/null +++ b/layouts/partials/newsletter.html @@ -0,0 +1,18 @@ +
+ +
+ + \ No newline at end of file