Files
greenupday.org/_layouts/default.html
2017-03-09 12:45:10 -06:00

19 lines
246 B
HTML

<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body>
{% include page-header.html %}
<section class="main-content">
{{ content }}
{% include page-footer.html %}
</section>
</body>
</html>