first commit
This commit is contained in:
8
src/templates/page.html
Normal file
8
src/templates/page.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content">
|
||||
<h2>{{ page.title }}</h2>
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user