Skip to content
Snippets Groups Projects
Select Git revision
  • 648f3385a578271d57d63e9afb3f5cbf640205db
  • main default protected
  • exacb.data
  • pages
  • s15
  • s14
  • s13
  • s12
  • s11
  • s10
  • s9
  • s8
  • s7
  • s6
  • s5
  • s4
  • s3
  • s2
  • s1
  • 1.0.0
20 results

readme.md

Blame
  • 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>