{% load i18n %} {% load stelatags %} {% for blog in blog_posts %}
{{blog.title}}

{{blog.title}}

{{blog.content|truncatewords_custom:10|safe}} {% trans "Read More" %}
{% endfor %}