<!DOCTYPE html> <html lang=“en”>

{% include head.html %}

<body>

{% include header.html %}

<div class=“container”>

<div class="row">
  <h2>
    <a href="{{ page.url }}">{{ page.title }}</a>
    <small class="pull-right">{{ page.date | date: '%B %d, %Y' }}</small>
  </h2>

  {{ content }}
</div>

</div>

{% include footer.html %}

{% include scripts.html %}

{% include piwik.html %}

</body> </html>