layout.html.template 259 B

123456789
  1. {% extends "!layout.html" %}
  2. {% block extrahead %}
  3. <link rel="stylesheet" href="{{ pathto('_static/pygrass.css', 1) }}" type="text/css" />
  4. {% endblock %}
  5. {% block header %}
  6. <img src="../grass_logo.png" alt="GRASS GIS logo">
  7. <hr class="header">
  8. {% endblock %}