diff --git a/docs/content/documentation/getting-started/overview.md b/docs/content/documentation/getting-started/overview.md index 06e590dd..10604816 100644 --- a/docs/content/documentation/getting-started/overview.md +++ b/docs/content/documentation/getting-started/overview.md @@ -173,7 +173,7 @@ We now need to make the `blog-page.html` template. In the `templates` directory, {{ page.title }}
{{ page.date }}
-{{ page.content | safe }}
+{{ page.content | safe }} {% endblock content %} ```