aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/index_page.html
blob: 81f7d744f0c2ece8d5ea33e463d613ac9041a89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html style='height:100%;'>

  {% include head.html %}
<body style='height:100%; box-sizing: border-box; margin: 0; padding: 0;'>
    <div style='height:100%;'>
        
        {{ content }}   
        
        </div>
    </div>
</body>
</html>