Files
expense/vendor/almasaeed2010/adminlte/docs/_layouts/page.html
T

15 lines
258 B
HTML
Raw Normal View History

2024-11-27 11:16:45 +07:00
---
layout: default
---
<div class="content-wrapper px-4 py-2">
{% if page.title and page.title != blank %}
<div class="content-header">
<h1>{{ page.title }}</h1>
</div>
{% endif %}
<div class="content px-2">
{{ content }}
</div>
</div>