view _layouts/default.html @ 147:3ba23820c3dc

* _includes/install.html: Mention Flatpack installation method (bug #53595).
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 10 Apr 2018 21:28:58 +0200
parents 8d1c300f0a3a
children 9ac0211ca132
line wrap: on
line source

<!DOCTYPE html>
<html>

  {% include head.html %}

  <body>

    {% include header.html %}

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

      {% include footer.html %}
    </div>

  </body>

</html>