website/_layouts/default.html (11 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> {% include head.html %} <body> {% include nav.html alwayson=true %} <div class="navPusher"> {{ content }} {% include footer.html %} </div> </body> </html>