+<!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"><a href="/tag-index.html">Tags</a></li>
+ <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
+ </ol>
+ </nav>
+ <section id="content" role="main" class="e-content container">
+ <h1>{{title}}</h1>
+ {{{contents}}}
+ </section>
+ {{>footer}}
+ </body>
+</html>