feat: new dynamic pages in admin panel

This commit is contained in:
mohamad
2026-05-25 17:17:27 +03:30
parent f08d0aacc0
commit cacf1ba77b
14 changed files with 818 additions and 149 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %}{{ custom_page.title }}{% endblock %}
{% block meta_description %}{{ custom_page.meta_description|default:custom_page.title }}{% endblock %}
{% block content %}
{% include "partials/_page_sections.html" with sections=page_sections %}
{% endblock %}