view _layouts/page.html @ 158:f5d07829a487

* _includes/install.html(Windows): Changes discussed with jwe.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 15 Aug 2018 08:41:19 +0200
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>