all repos — h3rald @ f7e100dea0752e29792c3a20b221e097a1118ad3

The sources of https://h3rald.com

templates/projects.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
<!DOCTYPE html>
<html lang="en">
  {{> _head}}
	<body>
    <div id="wrap">
      {{> _header}}
      <main id="main" class="container">
        <article class="projects">
          <div class="row">
            {{> _page_header}}
          </div>
          <div class="body-text hyphenate">
            {{#projects}}
              {{> _project}}
            {{/projects}}
					</div>
				</article>
      </main>
      {{> _footer}}
    </div> 
	</body>
</html>