mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 19:39:33 +00:00
14 lines
176 B
HTML
14 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>
|