kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/web/site/_layouts/default.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3    {% include head.html %}
     4    <body>
     5      {% include header.html %}
     6      <div class="page-content">
     7        <div class="wrapper">
     8          {{ content }}
     9        </div>
    10      </div>
    11      {% include footer.html %}
    12    </body>
    13  </html>