chore: ensure that the full content variable is used

This commit is contained in:
Oliver Davies 2021-12-09 12:00:00 +00:00
parent b3923c7b4d
commit f16aff4c1e

View file

@ -69,6 +69,8 @@
(online)
{% endif %}
{% endblock %}
{{ content|without(['field_date', 'field_event', 'field_is_online', 'field_link', 'field_location', 'field_name', 'field_remote']) }}
{% endblock %}
</div>
{% endblock paragraph %}