{% include /structure/css.html %} {% if page.map %} {% include /structure/mapscss.html %} {% endif %} {% seo %} {% include /structure/feeds.html %}
Skip to main content
{% include /structure/navigation.html %} {% if page.category %} {% assign class = page.category %} {% else %} {% assign class = 'head' %} {% endif %} {% include /structure/jumbotron.html %}

{{ page.title }}

{% if page.map %}
{% endif %} {% if page.url == "/" %}
{{ content }}
{% elsif page.url == '/projects/' %}
{{ content }}
{% elsif page.url == '/partners/' %}
{{ content }}
{% elsif page.url == '/team/' %}
{{ content }}
{% else %}
{{ content }}

{% if page.date %} create Created: {{ page.date | date_to_string }} {% endif %} {% if page.category %} categoryCategory: {{ page.category }} {% endif %} {% for tags in page.tags %} label{{ tags }} {% endfor %}

{% endif %}
{% if page.images %} {% assign rows = page.images.size | divided_by: 2.0 | ceil %} {% for i in (1..rows) %} {% assign offset = forloop.index0 | times: 2 %}
{% for image in page.images limit:2 offset:offset %}

{{ image.caption }}

{% endfor %}
{% endfor %} {% endif %}
{% include share_buttons.html %}
{% include structure/footer_logos.html %} {% include structure/footer.html %} {% include structure/javascript.html %} {% if page.map %} {% include structure/maps.html %} {% endif %} {% include analytics/google_analytics.html %}