Standardise on include format

This commit is contained in:
Oliver Davies 2016-09-29 12:43:17 +01:00
parent c5e5ae90d5
commit 188a8d044f
7 changed files with 24 additions and 23 deletions

View file

@ -3,11 +3,11 @@
{% block body_classes 'page--project' %}
{% block content_wrapper %}
{{ include('project/image') }}
{% include 'project/image' %}
{% block content %}{% endblock %}
{{ include('project/website') }}
{{ include('project/skills') }}
{{ include('project/company') }}
{% include 'project/website' %}
{% include 'project/skills' %}
{% include 'project/company' %}
{% endblock %}