view _layouts/page.html @ 110:40babc87d1bc

Enable website accessabilty without Javascript.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 04 Nov 2016 10:16:27 +0100
parents 7abe02bf29ec
children 598d7f098082
line wrap: on
line source

---
layout: default
---

<article class="post">

  <header class="post-header">
    <h1 class="post-title">{{ page.title }}</h1>
  </header>

  <div class="post-content">
    {{ content }}
  </div>

</article>