simpleblog

Generador estatico minimalista de blog
git clone https://git.fedi.ovh/simpleblog
Log | Files | Refs

page.html (150B)


      1 <article class="page">
      2   <header class="page-header">
      3     <h1>{{title}}</h1>
      4   </header>
      5   <div class="page-content">
      6 {{content}}
      7   </div>
      8 </article>