updates - categories

This commit is contained in:
SG
2025-06-11 22:35:20 +03:00
parent 2132cfd48d
commit 3f832a1af5
5 changed files with 41 additions and 60 deletions

View File

@@ -5,5 +5,4 @@ from config import Config
env = Environment(loader=FileSystemLoader(Config.TEMPLATES_DIR))
env.globals['header_image'] = Config.HEADER_IMAGE
index_template = env.get_template("index.html")
content_item_template = env.get_template("content_item.html")
categories_index_template = env.get_template("categories_index.html")
content_item_template = env.get_template("content_item.html")