_layouts/page.html (
11
lines of code) (
raw
):
<!DOCTYPE html> <html lang="en"> <head> {% include head.html %} </head> <body> {% include header.html %} {{ content }} {% include footer.html %} </body> </html>