github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/website/_layouts/default.html (about)

     1  ---
     2  layout: base
     3  ---
     4  {% if page.title %}
     5  <div class="container">
     6    <div class="page-header">
     7      <h1>{{ page.title }}</h1>
     8    </div>
     9  </div>
    10  {% endif %}
    11  
    12  <div class="container">
    13    {{ content }}
    14  </div>