diff --git a/templates/index.html b/templates/index.html index 81f79f6..f322efe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -< +
{% set page = get_page(path="home/index.md") %} {{page.content | safe}}