Sha256: 8992a7d15b2ea6cadb248c925e0bdb6fec28b04085774b735b9f9ca846fd0beb

Contents?: true

Size: 479 Bytes

Versions: 5

Compression:

Stored size: 479 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  {{> shared/head}}
  <body id="{{slug}}">
    <section id="wrapper">
      {{> shared/header}}
    
  	  <article>
  	  	<h2>{{headline}}</h2>
        {{{body}}}
  	  </article>
	  
  	  <nav id="sub-navigation">
        <ol>
  	      {{# children}}
  	        <li><a href="{{permalink}}">{{name}}</a></li>
  	      {{/ children}}
  	    </ol>
      </nav>
	  
      {{> shared/footer}}
    </section>
  </body>
  {{> shared/analytics }}
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bonsai-1.3.2 lib/bonsai/templates/templates/products.mustache
bonsai-1.3.1 lib/bonsai/templates/templates/products.mustache
bonsai-1.3.0 lib/bonsai/templates/templates/products.mustache
bonsai-1.2.0 lib/bonsai/templates/templates/products.mustache
bonsai-1.1.6 lib/bonsai/templates/templates/products.mustache