view _layouts/default.html @ 53:959937735478 kai

Do not display page title on each page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 15:39:20 +0200
parents 171ca967fcc9
children ee20b2a64fe5
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

  {% include header.html %}



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

  {% include footer.html %}

</body>

</html>