Publish Box goes here
  {% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
  
 
  {{[type]}}: {{site.data.pages[page.path].title | escape_once}}
{% if site.data.resources[resource_].experimental == true %}(Experimental){% endif %}
  
{% include fragment-resourceTable.html %}
{%if site.data.resources[resource_].description %}
{{site.data.resources[resource_].description|markdownify}}
{% endif %}
{%if site.data.resources[resource_].purpose %}
{{site.data.resources[resource_].purpose|markdownify}}
{% endif %}
  
  {% include fragment-intro.html type='{{[type]}}' id='{{[id]}}' %}
 
Actors
  {% include {{[type]}}-{{[id]}}-actor-table.xhtml %}
 
Diagram
  {% include {{[type]}}-{{[id]}}-process-diagram.xhtml %}
 
Processes
  {% include {{[type]}}-{{[id]}}-processes.xhtml %}
 
Instances
  {% include {{[type]}}-{{[id]}}-instance-table.xhtml %}
  
  {% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' %}
  {%include {{[type]}}-{{[id]}}-history.xhtml%}
 
{% include fragment-pageend.html %}