Files
nextepc-oss/docs/_layouts/page.html
2022-11-15 11:21:18 +09:00

15 lines
178 B
HTML

---
layout: default
---
<article>
<header class="pt-4 pb-3">
<h1>{{ page.subject | escape }}</h1>
</header>
<div id="content">
{{ content }}
</div>
</article>