--- --- {% include fragment-pagebegin.html %}

Publish Box goes here

{{site.data.pages[page.path].title}}

{% assign intro = site.data.pages[page.path].intro %} {% if site.data.pages[page.path].intro != null %}
{% include {{intro}} %}
{% endif %}

Formats: XML, JSON, Turtle

{% include {{[type]}}-{{[name]}}.xhtml %} {% assign notes = site.data.pages[page.path].notes %} {% if site.data.pages[page.path].notes != null %}
{% include {{notes}} %}
{% endif %}
{% include fragment-pageend.html %}