fix detail page
This commit is contained in:
@@ -19,7 +19,7 @@ Template{% endblock %} {% block content %}
|
|||||||
|
|
||||||
<div class="blog-content">{{ post.content | safe }}</div>
|
<div class="blog-content">{{ post.content | safe }}</div>
|
||||||
|
|
||||||
{% include post.template %}
|
{% if post.template} {% include post.template %} {% endif %}
|
||||||
|
|
||||||
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
||||||
>← Back to Posts</a
|
>← Back to Posts</a
|
||||||
|
|||||||
Reference in New Issue
Block a user