github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/_layouts/subpage.html (about)

     1  <!doctype html>
     2  <html lang="en">
     3    <head>
     4      {% include head.html %}
     5    </head>
     6    <body{% if page.slug %} class="{{ page.slug }} subpage" {% endif %}>
     7      {% include header.html %}
     8      <div class="main subpage__main {{ page.classes }}">
     9        {{ content }}
    10      </div>
    11      {% include links-n-built-by.html %}
    12      {% include footer.html %}
    13      {% include scripts.html %}
    14    </body>
    15  </html>