use gutenberg and render anleitungen

This commit is contained in:
Paul Spooren 2018-01-15 18:07:59 +01:00
parent 9141aced4e
commit 64db773f11
30 changed files with 152 additions and 254 deletions

4
templates/page.html Normal file → Executable file
View file

@ -1,9 +1,5 @@
{% extends "index.html" %}
{% block title %}
<title>{{ page.title }} - {{ config.title }}</title>
{% endblock title %}
{% block content %}
{{ page.content | safe }}
{% endblock content %}