_layouts/page.html (
10
lines of code) (
raw
):
<!DOCTYPE html> {% include head.html %} <body> <!-- header start --> <div id="home_page"> {% include header.html %} </div> <!-- header end --> {{ content }} {% include footer.html %} </body> </html>