{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}
{% if page.url-css-extra %}
{% for urlextracss in page.url-css-extra %}
{% endfor %}
{% else if site.url-css-extra %}
{% endif %}
{% if page.url-js-extra %}{% for urlextrajs in page.url-js-extra %}
{% endfor %}{% endif %}
{% if page.full-page %}
{% if page.alt-layout %}The alternate layouts are not officially supported by Patternfly. {% endif %}These examples are included for development testing purposes. For official documentation, see https://www.patternfly.org and http://getbootstrap.com.