render fn
This commit is contained in:
@@ -11,7 +11,7 @@ Simple Blog Template{% endblock %} {% block content %} {% from
|
||||
<p>
|
||||
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
||||
</p>
|
||||
{{ render_post(post) }}
|
||||
{{ content | safe }}
|
||||
<div class="post-actions">
|
||||
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
||||
>← Back to Posts</a
|
||||
|
||||
Reference in New Issue
Block a user