]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blob - html/tags.mustache
Voeg Mustache opmaak voor tags toe.
[www2.vanrenterghem.biz.git] / html / tags.mustache
1 <!DOCTYPE html>
2 <html>
3   <head>
4     {{>head}}
5     {{>post-head}}
6   </head>
7   <body>
8     {{>navbar}} 
9       <nav aria-label="breadcrumb">
10         <ol class="breadcrumb">
11           <li class="breadcrumb-item"><a href="/">Home</a></li>
12           <li class="breadcrumb-item"><a href="/posts/sitemap.html">Blog</a></li>
13           <li class="breadcrumb-item"><a href="/tag-index.html">Tags</a></li>
14           <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
15         </ol>
16       </nav>
17       <section id="content" role="main" class="e-content container">
18          <h1>{{title}}</h1>
19            {{{contents}}}
20       </section>
21        {{>footer}}
22   </body>
23 </html>