open5gs/docs/_layouts/page.html

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>