view _layouts/default.html @ 173:6d246a41a1e0

* COPYRIGHT.md: Sync with Octave repo.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 09 Jan 2020 10:28:04 +0900
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>