File: layout.html.template

package info (click to toggle)
grass 7.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 135,976 kB
  • ctags: 44,148
  • sloc: ansic: 410,300; python: 166,939; cpp: 34,819; sh: 9,358; makefile: 6,618; xml: 3,551; sql: 769; lex: 519; yacc: 450; asm: 387; perl: 282; sed: 17; objc: 7
file content (9 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
{% extends "!layout.html" %}
{% block extrahead %}
<link rel="stylesheet" href="{{ pathto('_static/pygrass.css', 1) }}" type="text/css" />
{% endblock %}

{% block header %}
<img src="../grass_logo.png" alt="GRASS GIS logo">
<hr class="header">
{% endblock %}