Files
allianceauth/allianceauth/framework/templates/framework/dashboard/widget-title.html

9 lines
195 B
HTML

{#Usage:#}
{# {% include "framework/dashboard/widget-title.html" with title="Foobar" %}#}
<div class="text-center">
<h4 class="ms-auto me-auto mb-3">
{{ title }}
</h4>
</div>