This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_views/project.twig

14 lines
288 B
Twig
Raw Normal View History

2015-11-27 21:20:46 +00:00
{% extends 'page' %}
{% block body_classes 'page--project' %}
2015-11-27 21:20:46 +00:00
{% block content_wrapper %}
2016-09-29 11:43:17 +00:00
{% include 'project/image' %}
2015-11-27 21:20:46 +00:00
{% block content %}{% endblock %}
2015-11-27 21:20:46 +00:00
2016-09-29 11:43:17 +00:00
{% include 'project/website' %}
{% include 'project/skills' %}
{% include 'project/company' %}
2015-11-27 21:20:46 +00:00
{% endblock %}