Add the subscription form below the body content

Add the subscription form below the body content for daily email nodes.
This commit is contained in:
Oliver Davies 2025-07-07 22:22:37 +01:00
parent a0f25bb985
commit 6b15e5c40a
3 changed files with 61 additions and 1 deletions

View file

@ -77,7 +77,7 @@
</div>
{% endif %}
<div{{ content_attributes }}>
<div{{ content_attributes.addClass('space-y-8') }}>
{{ content }}
</div>
</article>