cotech-website/_layouts/default.html

31 lines
418 B
HTML

<!doctype html>
<html lang="en-US">
{% include head.html %}
<body>
{% include header.html %}
<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>
{% include footer.html %}
{% include javascripts.html %}
</body>
</html>