{% include head.html %} {% include header.html %} {% if page.jumbotron and page.jumbotron.title %}
{% for crumb in page.jumbotron.breadcrumbs %}

{% if crumb.url %} {{ crumb.label }} {% else %} {{ crumb.label }} {% endif %}

{% endfor %}

{{ page.jumbotron.title }}

{% if page.jumbotron.tagline %}

{{page.jumbotron.tagline}}

{% endif %}
{% endif %}
{{ content }}
{% include footer.html %}