site/_layouts/default.html (
8
lines of code) (
raw
):
{% include top.html %} <body class="wrap"> {% include header.html %} {{ content }} {% include footer.html %} {% include anchor_links.html %} </body> </html>