1
0
Fork 0
docsearch/docs/_layouts/page.html

12 lines
225 B
HTML

---
layout: default
---
<div class="container main-content">
<header class="page-header">
<h1 class="page-title">{{ page.title }}</h1>
</header>
<article class="page-content">
{{ content }}
</article>
</div>