💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › template › _layouts › page.html… captured on 2023-07-10 at 18:12:16. 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

page.html (200B)

     1 ---
     2 layout: default
     3 ---
     4 <div class="post">
     5 
     6   <header class="post-header">
     7     <h1 class="post-title">_%title</h1>
     8   </header>
     9 
    10   <article class="post-content">
    11     {{ content }}
    12   </article>
    13 
    14 </div>