+<!DOCTYPE html>
+<html>
+ <head>
+ {{>head}}
+ {{>post-head}}
+ </head>
+ <body>
+ {{>navbar}}
+ <nav aria-label="breadcrumb">
+ <ol class="breadcrumb">
+ <li class="breadcrumb-item"><a href="/">Home</a></li>
+ <li class="breadcrumb-item"><a href="/posts/sitemap.html">Blog</a></li>
+ <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
+ </ol>
+ </nav>
+ <article class="container content inlinepage card h-entry">
+ <div class="info">
+ <ul class="tags list-group list-group-horizontal">
+ <svg class="assist-icon tags" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
+ <path d="M0 0v2l3 3 1.5-1.5.5-.5-2-2-1-1h-2zm3.41 0l3 3-1.19 1.22.78.78 2-2-3-3h-1.59zm-1.91 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" transform="translate(0 1)" />
+ </svg> Tags:
+ {{#tags}}
+ <li class="list-group-item border-0"><a href='/tags/{{tag}}/'>{{tag}}</a></li>
+ {{/tags}}
+ </ul>
+ Posted on {{{date}}}
+ {{#author}}
+ by {{{author}}}
+ {{/author}}
+ </div>
+ <section id="content" role="main" class="e-content">
+ <h1>{{title}}</h1>
+ {{{contents}}}
+ </section>
+ </article>
+ {{>footer}}
+ </body>
+</html>