{#
Use this as your new starter template page, use it to start your new project,
by adding this code to your own base template:
{% extends '@AdminLTE/layout/default-layout.html.twig' %}
Enjoy your AdminLTE theme!
#}
{% block head %}
{% endblock %}
{% block title %}{{ block('page_title') }}{% endblock %}
{% block stylesheets %}
{% endblock %}
{#
Apply one of the following classes for the skin:
skin-blue, skin-black, skin-purple, skin-yellow, skin-red, skin-green
Apply one or more of the following classes for the layout options:
fixed, layout-boxed, layout-top-nav, sidebar-collapse, sidebar-mini
#}
{% block after_body_start %}{% endblock %}