forb

Log

Files

Refs

README

LICENSE

default.html (281B)

     1 <!DOCTYPE html>
     2 <html>
     3 
     4   #:include '../_includes/head.html'
     5 
     6   <body>
     7 
     8     #:include '../_includes/header.html'
     9 
    10     <div class="page-content">
    11       <div class="wrapper">
    12         {{ content }}
    13       </div>
    14     </div>
    15 
    16     #:include '../_includes/footer.html'
    17 
    18   </body>
    19 
    20 </html>