mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
17 lines
293 B
HTML
17 lines
293 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<header class="navbar">
|
|
<div class="container-fluid">
|
|
{% include "layout/navbar-logo.html" small-logo %}
|
|
|
|
<div>
|
|
<a href="{{ page | relative }}" class="btn btn-close"></a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="page">
|
|
{{ content }}
|
|
</div> |