first testing with gutenberg render engine

This commit is contained in:
Paul Spooren 2018-01-10 00:24:44 +01:00
parent bbb515bf4e
commit 9141aced4e
44 changed files with 216 additions and 168 deletions

9
templates/page.html Normal file
View file

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