The bmannconsulting.com website
1<!DOCTYPE html> 2<html lang="en"> 3 {% include head.html %} 4 <body> 5 <nav>{% include nav.html %}</nav> 6 <div class="wrapper"> 7 <main>{{ content }}</main> 8 <footer>{% include footer.html %}</footer> 9 </div> 10 11 {% include link-previews.html wrapperQuerySelector="content" %} 12 {% include littlefoot.html %}{%comment %} Littlefoot footnotes {% endcomment %} 13 </body> 14</html>