Publish Box goes here
{{site.data.pages[page.path].title}}
(back to description)
Raw {{[fmt]}}
{% assign intro = site.data.pages[page.path].intro %}
{% if site.data.pages[page.path].intro != null %}
{% include {{intro}} %}
{% endif %}
Source view
{% 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 %}