php - Twig token "punctuation" -


i tried cut printed string limiting 50 symbols:

<p class="posttext">{{ post.text [:50] }}</p> 

but threw me twig_error_syntax error:

message: unexpected token "punctuation" of value ":" in "home.php" @ line 15 

how can deal problem?


Comments