标签: php syntax twig template-engine
我尝试通过将打印字符串限制为50个符号来剪切它:
<p class="posttext">{{ post.Text [:50] }}</p>
但它给我一个Twig_Error_Syntax错误:
Message: Unexpected token "punctuation" of value ":" in "home.php" at line 15
我该如何处理这个问题?