From 8159f6866d3c55411aae43f5cf05c956895e23c1 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 18:15:28 +0700 Subject: [PATCH] created main.html --- author/project/system/views/themes/default/main.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 author/project/system/views/themes/default/main.html diff --git a/author/project/system/views/themes/default/main.html b/author/project/system/views/themes/default/main.html new file mode 100644 index 0000000..c2b2f62 --- /dev/null +++ b/author/project/system/views/themes/default/main.html @@ -0,0 +1,10 @@ +{% block css %} +{% endblock %} + +{% block body %} +
+
+{% endblock %} + +{% block js %} +{% endblock %} \ No newline at end of file