commitall
This commit is contained in:
14
account/theme/pages/docs/_layouts/page.html
Normal file
14
account/theme/pages/docs/_layouts/page.html
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
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>
|
Reference in New Issue
Block a user