Support Forum
I've added this twig code to my MB View:
<div class="g-block size-100">
{% for item in post.notes_admin %}
{{ item.label }}
{% endfor %}
{{ post.notes_admin }}
</div>
However my label is not showing (the notes is 'hello' at the bottom) the label should read: Notes (admin only)
https://thingsthatremain.org/message/the-way-of-the-rabbi/
Thanks