blob: 4f25e8f843b61d0bcfe7290b682a5aad7b505cd0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{% include header.html %}
<body>
<div id="website-container">
{% include nav.html %}
{{ content }}
{% include social-links.html %}
</div>
{% include footer.html %}
</body>
</html>
|