{% extends "adminlte/demo/base.html" %} {% load static %} {% block title %}AdminLTE 3 | Top Navigation + Sidebar{% endblock title %} {% block body_class %}hold-transition sidebar-collapse layout-top-nav{% endblock body_class %} {% block navbar_nav_class %}main-header navbar navbar-expand-md navbar-light navbar-white{% endblock %} {% block navbar %}
AdminLTE Logo AdminLTE 3
{% endblock navbar %} {% block content_header_class %}container{% endblock %} {% block content_header_title %}Top Navigation Example 3.0{% endblock content_header_title %} {% block content_header_path %} {% endblock content_header_path %} {% block content %}
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link
Featured
Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
Featured
Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
{% endblock content %} {% block control_sidebar %}
Title

Sidebar content

{% endblock control_sidebar %} {% block footer %}
Anything you want
Copyright © 2014-2019 AdminLTE.io. All rights reserved. {% endblock footer %}