mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
9 lines
195 B
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>
|