diff --git a/templates/blog.html b/templates/blog.html index 342668c..fc29dcb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -6,5 +6,8 @@
  • {{ page.title }}
  • {% endfor %} +
    + {{ section.content | safe }} +
    {% endblock content %}