akdillon/layouts/index.html
2015-06-21 12:15:13 -08:00

14 lines
390 B
HTML

{{ partial "head.html" . }}
{{ partial "header.html" . }}
<main class="siteContent container">
<h2>Concise Starter Template</h2>
<h4>
This is a starter template for the
<a href="http://concisecss.com">Concise CSS framework</a> that can be easily
copied and customized for projects.
</h4>
</main>
{{ partial "footer.html" . }}
{{ partial "foot.html" . }}