💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › template › _layouts › default.h… captured on 2024-08-18 at 18:01:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

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>