{% include data.html %} {% capture orgpath %}/org/{{page.owner}}/{% endcapture %} {% assign org = orgs|where:"url",orgpath|first %} {% assign urlparts = page.url|split:"/" %} {% assign vid = urlparts[1] %} {% assign pid = urlparts[2] %} {% capture title %}{{vid}}/{{pid|upcase}} {{page.title}}{% endcapture %} {% include head.html title=title %}
{% include header.html %}

{{vid|upcase}} / {{pid|upcase}} - {{page.title|xml_escape}}

{% include footer.html %}