Bug Description
Not sure if this is a bug or expected behaviour but this line doesn't work:
{{ pin:event_date format_localized="%A %d %B %Y" }}
I have to do this:
{{ pin }}
<b class="mt-2 mb-4 uppercase">{{ event_date format_localized="%A %d %B %Y" }}</b>
{{ /pin }}