mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

single.shtml (451B)


      1 <extend template="main.shtml">
      2 <div id="main">
      3   <div class="article-meta">
      4     <h1><span class="title" :text="$page.title"></span></h1>
      5   </div>
      6   <main :html="$page.content()"></main>
      7   <footer>
      8     <div class="article-meta">
      9       <span class="author">Author
     10         <span :text="$page.author"></span></span><br>
     11       <span>Updated
     12         <span class="date" :text="$page.date.format('2006/01/02')"></span></span><br>
     13     </div>
     14   </footer>
     15 </div>