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

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