What are the benefits of directly defining an array (`list`) in the AnQiCMS template? How to define it?
In the AnQiCMS template, we often encounter some scenarios where we need to display some small, relatively fixed list data, such as the featured functions of a page, the advantages of a product series, or auxiliary navigation links, etc.The traditional method may require creating a special content model on the backend, then publishing several data items, and finally calling through template tags.But this seems a bit繁琐 for those data that do not change often and are limited in quantity.