{% load shared_tags %}
{% for item in page_obj %}
{{ item.title }}

{{ item.formatted_markdown | add_img_class | truncatechars:100 | safe }}

Read More
{% endfor %} {% if is_paginated %} {% endif %}
{% sidebar 'shared_lib/test/_sidebar.html' %}