Something went wrong. Try again.
The bmannconsulting.com website
Something went wrong. Try again.
396 B · 14 lines
HTML
at commit 94de6376
123456789101112131415<!DOCTYPE html><html lang="en"> {% include head.html %} <body> <nav>{% include nav.html %}</nav> <div class="wrapper"> <main>{{ content }}</main> <footer>{% include footer.html %}</footer> </div>
{% include link-previews.html wrapperQuerySelector="content" %} {% include littlefoot.html %}{%comment %} Littlefoot footnotes {% endcomment %} </body></html>