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

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

{{ authors_note_html }}

{%- endif %}

{{ title | e }}

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

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

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