cotech-website/_layouts/default.html

31 lines
418 B
HTML
Raw Normal View History

2017-07-01 12:06:31 +00:00
<!doctype html>
<html lang="en-US">
2017-07-01 12:36:32 +00:00
{% include head.html %}
2017-07-01 12:06:31 +00:00
<body>
2017-07-01 16:32:16 +00:00
{% include header.html %}
2017-07-01 12:06:31 +00:00
<div>
<div id="page-banner">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<h2>{{ page.heading }}</h2>
</div>
</div>
</div>
{{ content }}
</div>
2017-07-01 12:36:32 +00:00
{% include footer.html %}
2017-07-01 12:06:31 +00:00
{% include javascripts.html %}
2017-07-01 12:06:31 +00:00
</body>
</html>