feat(daily-email): add Drip subscribe forms

This commit is contained in:
Oliver Davies 2022-08-21 21:54:28 +01:00
parent aeb6200828
commit afd532c495
3 changed files with 51 additions and 0 deletions

View file

@ -11,4 +11,11 @@
<li><a class="text-sm link" href="/archive">Browse the archive</a></li>
</ul>
</footer>
<div class="mt-10">
{% embed "daily-email-form" with {
form_id: page.drip.form_id,
} %}
{% endembed %}
</div>
{% endblock %}