Files
Custom-Static-Website-Gener…/sample-hugo-template/Tech-Club-Blog/layouts/shortcodes/subscribe.html
2020-05-10 20:47:17 +04:00

4 lines
85 B
HTML

{{ with .Get "email" }}
{{ partial "subscription/subscription.html" . }}
{{ end }}