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

<!DOCTYPE html> <html> {% include head.html %} <body> {% include header.html %} <div class="container-fluid"> <h1 class="page-title">{{ page.title }}</h1> <div class="row"> <div class="col-md-12"> {{ content }} </div> </div> </div> {% include footer.html %} </body> </html>