{%- autoescape false %} {%- if authors_note_position == 'top' %}

{{ "Author's Note" | e }}

{{ authors_note_html }}
{%- endif %}
{{ content_html }}
{%- if authors_note_position == 'bottom' %}

{{ "Author's Note" | e }}

{{ authors_note_html }}
{%- endif %} {%- endautoescape %}