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

{{blog.title}}

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