Skip to content

Instantly share code, notes, and snippets.

@bnb

bnb/block10.html Secret

Created August 22, 2017 22:42
Show Gist options
  • Save bnb/5d975ab6680ea70be1a50a19c74119c5 to your computer and use it in GitHub Desktop.
Save bnb/5d975ab6680ea70be1a50a19c74119c5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
{{> html-head }}
<body>
{{> header }}
<div id="main">
<div class="container">
<article>
<div class="humongous {{#unless cover-img}}no-cover{{/unless}}" {{#if cover-img}}style="background-image: {{cover-img}};"{{/if}}>
<h1 class="hello">{{title}}</h1>
<span class="datetime"><time>{{posted}}</time></span>
</div>
<div class="content">
{{{ contents }}}
</div>
</article>
;
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment