In addition to `base.html`, does Anqi CMS need to add these Markdown-related scripts to other template files?
In AnQi CMS website operation, for Markdown-related scripts, in addition to configuration in the `base.html` file, it is generally not necessary to add these scripts repeatedly in other template files.This is a comprehensive consideration based on the template inheritance mechanism, content rendering process, and website performance optimization of AnQiCMS.AnQiCMS's design philosophy emphasizes efficiency and customizability, its template system uses syntax similar to the Django template engine, with `base.html` as the basic skeleton of the website.