Skip to content
Snippets Groups Projects
page.html 209 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    layout: default
    ---
    <article class="post">
    
      <header class="post-header">
        <h1 class="post-title">{{ page.title }}</h1>
      </header>
    
      <div class="post-content">
        {{ content }}
      </div>
    
    </article>