{% extends "layouts/base.html" %} {% block title %}Page Blank{% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% include 'includes/section/page_breadcrumb.html' %}
Content goes here
{% endblock content %} {% block javascripts %}{% endblock javascripts %}