{% extends "layout/layout-blank.html" %} {% set page_title = "Blank Page" %} {% block content %}
{% include "../templates/layout/header-footer/app-header.html" %} {% include "../templates/layout/header-footer/app-sidebar.html" %} {% include "../templates/layout/header-footer/topnavbar.html" %}
{% include "../templates/components/breadcrumbs/breadcrumbs.html" %}

This is awesome blank page

Try adjusting your search or filter to find what you're looking for.

Go to Home
{% include "../templates/layout/header-footer/footer.html" %}
{% endblock %}