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

<!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: "en" }}"> {% include head.html %} <body> {% include header.html %} <div class="main-wrapper"> {{ content }} </div> {% include footer.html %} </body> </html>