---
layout: default
---
{% include variables.html %}
{% include components/top-bar.html %}
{% include components/page-header.html title=project_title subtitle=project_tagline %}
{% if page.left_column != nil or page.right_column != nil %}
{% include components/two-column.html left=page.left_column right=page.right_column %}
{% endif %}
{{ content }}
{% include components/footer.html %}