all repos — h3rald @ 899cf1e67e70878f7db67f6bb41b033e082b1516

The sources of https://h3rald.com

templates/home.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
<!DOCTYPE html>
<html lang="en">
  {{> _head}}
	<body>
    <div id="wrap">
      {{> _header}}
      <main id="main" class="container">
        {{{contents}}}
      </main>
      {{> _footer}}
    </div>
	</body>
</html>