This commit is contained in:
Ehab Hassan 2025-08-04 17:37:53 +03:00
parent d941b0269d
commit a22425e6f2

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<<!-- home page template, has a banner and rows of page summaries -->
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}