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

     1  ---
     2  custom_js:
     3  - prism
     4  - collection-browser_scroll
     5  - collection-browser_search
     6  - collection-browser_toc
     7  - video-player
     8  ---
     9  
    10  <!doctype html>
    11  <html lang="en">
    12      <head>
    13          {% include head.html %}
    14      </head>
    15      <body{% if page.slug %} class="{{ page.slug }} collection-browser subpage" {% endif %}>
    16          {% include header.html %}
    17          {{ content }}
    18          {% include footer.html %}
    19          {% include scripts.html %}
    20      </body>
    21  </html>