{% extends 'page' %} {% block content_wrapper %}
{{ page.blocks.content_top|raw }} {{ page.blocks.content|raw }} {{ page.blocks.content_bottom|raw }}
{% endblock %} {% block content_top %} {{ parent() }} {% if page.company %}
{% spaceless %}{% set company = site.companies[page.company] %} Developed on behalf of {% if company.website %} {{ company.title }} {% else %} {{ company.title }} {% endif %}{% endspaceless %}.
{% endif %} {% endblock %} {% block content_bottom %} {% if page.website %}
View the website
{% endif %} {% if page.image %}
The {{ page.title }} website.
{% endif %} {% endblock %}