单片页数据渲染,使用Twig的标签语法:
<h1> {{ contentInfo.title }} </h1> {% autoescape false %} {{ contentInfo.getBodyInfo() }} {% endautoescape %}
单页应用前台控制器: