mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
15 lines
199 B
HTML
15 lines
199 B
HTML
|
|
---
|
||
|
|
layout: base
|
||
|
|
---
|
||
|
|
{% if page.title %}
|
||
|
|
<div class="container">
|
||
|
|
<div class="page-header">
|
||
|
|
<h1>{{ page.title }}</h1>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
{% endif %}
|
||
|
|
|
||
|
|
<div class="container">
|
||
|
|
{{ content }}
|
||
|
|
</div>
|