Common Tags
-
System Settings Tags
Description: Used to obtain system configuration information. Usage: {% system variable_name with name="field_name" %}, the variable name is not required. After setting the variable name, it can be called by the variable name later. If the variable name is not set, the result is output directly. The available field names for the name parameter are: Website Name SiteName Website Logo SiteLogo Website -
Contact Information Tag
Description: Used to obtain contact information configured in the background. Usage: {% contact variable_name with name="field_name" %}, the variable name is not required. After setting the variable name, you can call it later by using the variable name. If the variable name is not set, the result is output directly. The available field names for the 'name' parameter are: Contact person UserNamePhone number Cellpho -
TDK Tag
Description: Used to obtain the title, keywords, and description information of a page. Usage: {% tdk variable_name with name="field_name" %}, the variable name is not required. If a variable name is set, it can be called by the variable name later. If no variable name is set, the result is output directly. The available field names for the name parameter are: Page Title - Tit -
Navigation List Tag
Description: Used to get the page navigation list Usage: {% navList variableName %} For example, if the variable is defined as navs {% navList navs %}...{% endnavList %}, it can also be defined with other variable names. After definition, the variable name needs to be consistent with the variable name used in the following for loop. -
Breadcrumbs Navigation Tag
-
Statistics Code Tag
JS automatic submission code call tag for 360/Toutiao and others: {{- pluginJsCode|safe }} -
Home Banner List Tag
-
Document Model Detail Tag
Description: Used to obtain detailed data of the document model Usage: {% moduleDetail variableName with name="field name" id="1" %} Variable name is not required. If a variable name is set, subsequent calls can be made through the variable name. Without setting a variable name, the result is output directly.moduleDetail Supported parameters: model ID id.id is not required, it will get the current model by default.If you need to specify a model, you can achieve this by setting id or token.