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.twig

14 lines
318 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-12-30 22:43:33 +00:00
{% include 'post/tags' %}
2016-05-27 18:38:20 +00:00
{% block content %}{% endblock %}
2016-12-30 22:43:33 +00:00
{# {% include 'post/feedback' %} #}
{# {% include 'post/related' %} #}
2016-09-29 11:43:17 +00:00
{% include 'post/pager' %}
2016-12-30 22:43:33 +00:00
{% include 'post/about-author' %}
2015-09-27 11:01:49 +00:00
{% endblock %}