aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
blob: 96391b905b693023e304402acca77cf98ab0a469 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
{% include header.html %}
{% include menu.html %}
<main role="main" class="container offsetanchor" style="padding-top:80px;padding-bottom:75px;">
{{ content }}
</main>
{% include footer.html %}