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

Publish Box goes here

{{[title]}} - {{[fmt]}}

Raw {{[fmt]}}

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

Narrative view of the Value Set

{% 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 %}