update test
This commit is contained in:
parent
c174575111
commit
9d38ed70fb
4 changed files with 5 additions and 1 deletions
1
content/post.md
Normal file
1
content/post.md
Normal file
|
@ -0,0 +1 @@
|
|||
Okay, here's a post.
|
1
templates/footer.md
Normal file
1
templates/footer.md
Normal file
|
@ -0,0 +1 @@
|
|||
The footer content.
|
2
templates/header.md
Normal file
2
templates/header.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
- One
|
||||
- Two
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
<h1>{{ metadata.title }}</h1>
|
||||
<article>{{ content | safe }}</article>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue