File: layout.html

package info (click to toggle)
pysurfer 0.3%2Bgit15-gae6cbb1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,032 kB
  • sloc: python: 1,947; makefile: 125
file content (9 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
{% extends "!layout.html" %}
{% set title = 'PySurfer Python Neuroimaging Visualization' %}

{% block header %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
 <a href="{{pathto('index') }}">
  <img src="{{ pathto("_static/banner.png", 1) }}" alt="PySurfer logo"  border="0" />
</div>
{% endblock %}