premier brouillon
This commit is contained in:
parent
4442a417aa
commit
c4b5d14206
20 changed files with 33235 additions and 0 deletions
9
templates/page.html
Normal file
9
templates/page.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %} {% block content %}
|
||||
|
||||
<section class="section">
|
||||
<div class="content container is-desktop">
|
||||
<h1 class="title is-2">{{ page.title }}</h1>
|
||||
<hr />
|
||||
{{- page.content | safe -}} {% endblock content %}
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue