Files
website/community.html
T
scotty 5b56a8cb33 moved page title conditional into head-header.html
added switch to setFooterType()
Introducing: community.html
2016-03-04 17:07:06 -08:00

26 lines
309 B
HTML

---
title: Community
---
<!Doctype html>
<html id="community">
{% include head-header.html %}
<section id="hero" class="light-text">
<h1>Community</h1>
</section>
<section id="mainContent">
<main>
<!-- TODO: this is MULHAUSEN LAND -->
</main>
</section>
{% include footer.html %}
</body>
</html>