{% include "header.html" %}

Blogs

Filters

{% for blog in all_blogs %} {% endfor %}
Sr.No. Blog Title Image Status Created On Action
{{forloop.counter}}
{{blog.blog_title}}
{% if blog.blog_status == "Published" %} {{blog.blog_status}} {% else %} {{blog.blog_status}} {% endif %}
{{blog.created_at}}
{% include "sidebar.html"%}
{% include "footer.html" %}