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-4.html
2025-04-15 23:18:49 +02:00

18 lines
625 B
HTML

<div class="page-header">
<div class="row align-items-center mw-100">
<div class="col">
<div class="mb-1">
{% include "ui/breadcrumb.html" pages="Home,Library,Articles" %}
</div>
<h2 class="page-title">
<span class="text-truncate">Knights of Ni, we are but simple travelers who seek the enchanter who lives beyond these woods.</span>
</h2>
</div>
<div class="col-auto">
<div class="btn-list">
{% include "ui/button.html" icon="plus" icon="edit" text="Edit" class="d-none d-md-inline-flex" %}
{% include "ui/button.html" color="primary" text="Publish" %}
</div>
</div>
</div>
</div>