open5gs/docs/_layouts/page.html
2019-04-28 00:01:51 +09:00

15 lines
176 B
HTML

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