{% extends 'base.html' %} {% load custom_filters %} {% block title %} Home {% endblock %} {% block body_block %} {% for blog in blogs %}
{{ blog.blog_content|range_filter|linebreaks }} Read More