{% extends "herobizds/index.html" %} {% load static %} {% load herobizds_tags %} {% load markdownify %} {% block content %}
{% include 'herobizds/breadcrumb.html' %}
{% for item in page_obj %} {% endfor %}
{% if is_paginated %}
{% endif %}
{% sidebar %}
{% endblock content %}