]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blob - html/post-index.mustache
Voeg post ivm het schrijven van notities toe.
[www2.vanrenterghem.biz.git] / html / post-index.mustache
1 <!DOCTYPE html>
2 <html>
3   <head>
4     {{>head}}
5   </head>
6   <body>
7     {{>navbar}} 
9     <div class="container-fluid">
10       <div class="row justify-content-center">
11         <div class="col-auto d-none d-md-block pt-2 ps-2">
12           <aside id="sidebar" class="card">
13             <section class="card-body">
14               <p>Tags</p>
15               <!--# include file="/tag-index-body.html" -->
16             </section>
17           </aside>
18         </div> <!-- end of column 1 -->
19         <div class="col-xs-11 col-sm-11 col-md-8 col-lg-9 col-xl-9 col-xxl-9 pt-2 ps-2 pe-2">
20           <main id="content" class="content inlinepage">
21             {{{contents}}}
22           </main>
23         </div> <!-- end of column 2 -->
24       </div> <!-- end of row -->
25     </div> <!-- end of container -->
26     
27     {{>footer}}
28   </body>
29 </html>