view _layouts/default.html @ 149:0e0b775b3205

* _includes/install.html: Update version numbers for Windows binaries.
author John W. Eaton <jwe@octave.org>
date Tue, 01 May 2018 13:37:02 -0400
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>