单片页数据渲染,使用Twig的标签语法:

<h1> {{ contentInfo.title }} </h1>
{% autoescape false %}
{{ contentInfo.getBodyInfo() }}
{% endautoescape %}

单页应用前台控制器:

wpgcms---单片页数据渲染-LMLPHP

05-11 22:13