Organise partials

This commit is contained in:
Oliver Davies 2016-09-01 01:04:50 +01:00
parent a5d4a04c32
commit fbbe3276e7
8 changed files with 4 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{% extends 'default' %}
{% block content_wrapper %}
{% include('post-header') %}
{% include('post/header') %}
{% block content %}{% endblock %}