ghost-theme-sd.ai/partials/email-subscription.hbs
2023-08-28 13:27:33 +08:00

8 lines
306 B
Handlebars

<form class="gh-form" data-members-form>
<input class="gh-form-input" type="email" placeholder="jamie@example.com" required data-members-email>
<button class="gh-button" type="submit">
<span>Subscribe</span>
{{> "icons/loader"}}
{{> "icons/checkmark"}}
</button>
</form>