diff --git a/templates/post_detail.html b/templates/post_detail.html index 1d43293..f1edf9b 100644 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -19,7 +19,7 @@ Template{% endblock %} {% block content %}
{{ post.content | safe }}
- {% include post.template %} + {% if post.template} {% include post.template %} {% endif %} ← Back to Posts