move stylesheets block and add page_css block

This commit is contained in:
Ryan Prather 2025-01-03 15:36:37 +00:00
parent b2972fec3e
commit f12f9dda12

View File

@ -27,8 +27,10 @@
<link
rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0"/>
<!-- CSS Files -->
<link id="pagestyle" href="{{ asset('css/material-dashboard.css') }}?v=3.2.0" rel="stylesheet"/> {% block stylesheets %}{% endblock %}
<link id="pagestyle" href="{{ asset('css/material-dashboard.css') }}?v=3.2.0" rel="stylesheet"/>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
{% block stylesheets %}{% endblock %}
{% block page_css %}{% endblock %}
</head>
<body class="bg-gray-200"> {% block body %}{% endblock %}