{{ blog_post.title }}
- - {% if is_granted('IS_AUTHENTICATED_FULLY') %} - - Edit - - {% endif %} -Posted on by Author
- - {% if blog_post.content|length > 200 %} - {% set truncated = blog_post.content|slice(0, 200)|join(' ') ~ '...' %} + {% set isFirstItem = true %} +{{ blog_post.title }}
+ + {% if is_granted('IS_AUTHENTICATED_FULLY') %} + + Edit + + {% endif %} ++ {{ blog_post.content|slice(0, 300) ~ '...' }} +
+{{ blog_post.title }}
+ + {% if is_granted('IS_AUTHENTICATED_FULLY') %} + + Edit + + {% endif %} ++ {{ blog_post.content|length > 300 ? blog_post.content|slice(0, 300) ~ '...' : blog_post.content }} +
+