Deduplicated blog templates by using macros.

This commit is contained in:
2017-09-29 16:19:31 +02:00
parent bd93625119
commit 2603c4f44f
6 changed files with 90 additions and 177 deletions

View File

@@ -21,10 +21,8 @@ meta(property="og:image", content="{{ node.picture.thumbnail('l', api=api) }}")
| {% set title = 'blog' %}
| {% block body %}
.container
| {% include 'nodes/custom/post/view_embed.html' %}
| {% endblock %}