{% assign notes = site.data.pages[localPage].notes %} {% if notes != null %}

{{site.data.stringsBase[include.lang]['Notes']}}:

{% if site.data.pages[localPage].notes-type == 'xml' %} {% include {{include.lang}}/{{notes}} type=include.type id=include.id %} {% else %} {% capture note-content %} {% include {{include.lang}}/{{notes}} type=include.type id=include.id %} {% endcapture %}
{{ note-content | markdownify }}
{% endif %} {% endif %}