2019-07-05 14:16:46 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-06-19 00:16:57 -04:00
|
|
|
{% include head.html %}
|
|
|
|
<body class="is-offset {% unless site.typekit_kit_id %}wf-inactive{% endunless %}">
|
|
|
|
{% include header.html %}
|
|
|
|
<section role="main">
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
{% include footer.html %}
|
|
|
|
<script type="text/javascript" src="{{ site.baseurl }}/js/galileo.js"></script>
|
|
|
|
</body>
|
2019-07-05 14:16:46 -04:00
|
|
|
</html>
|