File size: 383 Bytes
8311f5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
    
<head>
    {% include 'components/_head.html' %}
    {% block page_head %}{% endblock %}
</head>

<body style="width: 100%; margin: 0; padding: 0; display: flex; 
    flex-direction: column; flex-grow: 1;" class="bg-dark">            

    {% block page_content %}{% endblock %}

    {% include 'components/_scripts.html' %}
    
</body>
</html>