Skip to content
Snippets Groups Projects
Select Git revision
  • dd6fb90fb83dcda4ba9017be24581c20b497ed59
  • master default
2 results

page.html

Blame
  • user avatar
    Virtua Creative authored
    0142a85c
    History
    page.html 209 B
    ---
    layout: default
    ---
    <article class="post">
    
      <header class="post-header">
        <h1 class="post-title">{{ page.title }}</h1>
      </header>
    
      <div class="post-content">
        {{ content }}
      </div>
    
    </article>