1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/shared/includes/layout/headers/page-header-5.html
2025-04-15 23:18:49 +02:00

15 lines
307 B
HTML

<div class="page-header">
<div class="row align-items-center">
<div class="col">
<div class="page-pretitle">
Overview
</div>
<h2 class="page-title">
Dashboard
</h2>
</div>
<div class="col-auto ms-auto">
{% include "layout/header-actions/buttons.html" %}
</div>
</div>
</div>