{% extends "layout/layout.html" %} {% block content %} {% include "../templates/layout/header-footer/header-home1.html" %} {% set page_title = "Blog" %} {% set current_page = "Blog" %} {% include "../templates/components/breadcrumbs/breadcrumbs.html" %}
{% include "../templates/components/blog/blog-sidebar.html" %}
{% include "../templates/components/pagination/pagination.html" %}
{% include "../templates/layout/header-footer/footer-five.html" %} {% endblock %}