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/post.html.twig

14 lines
312 B
Twig
Raw Normal View History

2016-05-27 18:38:20 +00:00
{% extends 'default' %}
2015-03-16 11:17:00 +00:00
{% block content_wrapper %}
2016-09-29 11:43:17 +00:00
{% include 'post/header' %}
2016-05-27 18:38:20 +00:00
{% block content %}{% endblock %}
2016-09-29 11:43:17 +00:00
{% include 'post/feedback' %}
{# {% include 'post/related' %} #}
2016-09-29 11:43:17 +00:00
{% include 'post/tags' %}
{% include 'post/about-author' %}
{% include 'post/pager' %}
2015-09-27 11:01:49 +00:00
{% endblock %}