]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blob - html/tags-index.mustache
Voeg post ivm het schrijven van notities toe.
[www2.vanrenterghem.biz.git] / html / tags-index.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 active" aria-current="page">Tags</li>
14         </ol>
15       </nav>
16       <section id="content" role="main" class="e-content container">
17         <!-- <h1>{{title}}</h1> -->
18          {{{contents}}}
19       </section>
20        {{>footer}}
21   </body>
22 </html>