+
+ + {# Header #} + {% if page.header %} + {% block header %} +
+ {{ page.header }} +
+ {% endblock %} + {% endif %} + +
+ + {# Sidebar First #} + {% if page.sidebar_first %} + {% block sidebar_first %} + + {% endblock %} + {% endif %} + + {# Content #} + {% + set content_classes = [ + page.sidebar_first and page.sidebar_second ? 'col-sm-6', + page.sidebar_first and page.sidebar_second is empty ? 'col-sm-9', + page.sidebar_second and page.sidebar_first is empty ? 'col-sm-9', + page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12' + ] + %} + + + {# Highlighted #} + {% if page.highlighted %} + {% block highlighted %} +
{{ page.highlighted }}
+ {% endblock %} + {% endif %} + + {# Breadcrumbs #} + {% if breadcrumb %} + {% block breadcrumb %} + {{ breadcrumb }} + {% endblock %} + {% endif %} + + {# Action Links #} + {% if action_links %} + {% block action_links %} + + {% endblock %} + {% endif %} + + {# Help #} + {% if page.help %} + {% block help %} + {{ page.help }} + {% endblock %} + {% endif %} + + {# Content #} + {% block content %} +
+ {{ page.content }} + {% endblock %} + + + {# Sidebar Second #} +
+

Digital development
& design that is built
to last.

+
+ {% if page.sidebar_second %} + {% block sidebar_second %} + + {% endblock %} + {% endif %} +