Added post.html.twig

This commit is contained in:
Oliver Davies 2015-03-16 11:17:00 +00:00
parent acc6c64b42
commit c87a353705

View file

@ -0,0 +1,7 @@
{% extends 'default' %}
{% block content_wrapper %}
<h1>{{ page.title }}</h1>
Posted: {{ page.date | date('jS F Y') }}
{% block content %}{% endblock %}
{% endblock %}