{% extends "adminlte/demo/base.html" %} {% load static %} {% block title %}AdminLTE 3 | Starter{% endblock title %} {% block main_sidebar_menu %} {% endblock main_sidebar_menu %} {% block content_header_title %}Starter Page{% 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 footer %}
Anything you want
Copyright © 2014-2019 AdminLTE.io. All rights reserved. {% endblock footer %} {% block control_sidebar %}
Title

Sidebar content

{% endblock control_sidebar %}