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