Use .html.twig again
This commit is contained in:
parent
c2f3bbf997
commit
87e0c7c40c
9 changed files with 76 additions and 38 deletions
|
@ -1,10 +1,10 @@
|
|||
{% extends 'default' %}
|
||||
{% extends 'default.html.twig' %}
|
||||
|
||||
{% block body_classes 'page--blog page--blog__post' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<main class="col-md-9">
|
||||
{% include 'post_header' %}
|
||||
{% include 'post-header' %}
|
||||
|
||||
{% block content %}{% endblock content %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue