AnQiCMS template tags are simple and easy to use, the tag manual provides detailed instructions.
Basic tags
Output the article title, Output the article link, Output the article description.
List tags
The archiveList is used to retrieve the article list, supporting filtering by category, sorting, quantity, and other parameters. The categoryList is used to retrieve the category list.
Loop tags
Use {% for item in list %} to traverse the list data, {{forloop.counter}} to get the loop count.
Condition Label
Use {% if condition %} for conditional judgment to display content under different conditions.
Reference Manual
The official label manual provides a complete list of labels, parameter descriptions, and usage examples. It is an important reference for template development.