SeriaWei / ZKEACMS

ZKEACMS build with .Net 8 (.Net CMS)可视化设计在线编辑内容管理系统
http://www.zkea.net/cms
GNU General Public License v3.0
2.78k stars 862 forks source link

New query tag to include data in template #510

Open SeriaWei opened 1 month ago

SeriaWei commented 1 month ago

Query products

{% query %}
select prods from products where ID>0 skip 1 take 1 orderby ID desc
{% endquery %}

Display products

{% for item in prods %}
<p>{{item.Title}}</p>
{% endfor %}
renning1205 commented 1 month ago

这是来自QQ邮箱的假期自动回复邮件。你好,邮件已收到,尽快回复。

SeriaWei commented 1 month ago

Available datasource: