first testing with gutenberg render engine
This commit is contained in:
parent
bbb515bf4e
commit
9141aced4e
44 changed files with 216 additions and 168 deletions
9
templates/page.html
Normal file
9
templates/page.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue