github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/docs/_layouts/default.html (about)

     1  ---
     2  custom_js:
     3  - video-player
     4  - examples
     5  - prism
     6  ---
     7  
     8  <!doctype html>
     9  <html lang="en">
    10      <head>
    11          {% include head.html %}
    12      </head>
    13      <body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' and page.slug != 'guides' %} sub-page{% endif %}" {% endif %}>
    14          {{ content }}
    15          {% include footer.html %}
    16          {% include scripts.html %}
    17      </body>
    18  </html>