From a22425e6f2fabbb8f672fd7850156b5973984a44 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 4 Aug 2025 17:37:53 +0300 Subject: [PATCH] fix --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}