我只是想让我的分页脚本通过树枝工作。当我将 php 变量的结果作为 twig 变量 {{pagination}} 发送到 twig 时,它会显示原始 html 代码:
Page <strong>3</strong> of 4 <a href="/search.php?pn=2"> Back</a>
<span class="paginationNumbers"> <a href="/search.php?pn=2">2</a>
<span class="pagNumActive">3</span> <a href="/search.php?pn=4">4</a>
</span> <a href="/search.php?pn=4"> Next</a>
我现在如何渲染这些 html 标签?