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

Publish Box goes here

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

(back to description)

Raw ttl

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

Source view

{% include StructureDefinition-test-sean-patient-ttl-html.xhtml %} {% assign notes = site.data.pages[page.path].notes %} {% if site.data.pages[page.path].notes != null %}
{% include {{notes}} %}
{% endif %}
{% include fragment-pageend.html %}