{% extends template_name|add:'/index.html' %} {% load static %} {% load herobizdental_tags %} {% load markdownify %} {% block content %}
{% include template_name|add:'/breadcrumb.html' %}
{% for item in page_obj %} {% endfor %}
{% if is_paginated %}
{% endif %}
{% sidebar %}
{% endblock content %}