BBnepal-Accounts/account/theme/pages/docs/_layouts/page.html
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

15 lines
258 B
HTML

---
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>