{% 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.image %}
The {{ page.title }} website.
{% endif %} {% endblock %} {% block content_bottom %} {% if page.website %}
View the website
{% endif %} {{ include('project-skills') }} {{ include('project-company') }} {% endblock %}