Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / vigiboard / templates / header.html @ 57f7cb3f

History | View | Annotate | Download (290 Bytes)

1
<html xmlns:py="http://genshi.edgewall.org/"
2
      xmlns:xi="http://www.w3.org/2001/XInclude"
3
      py:strip="">
4
<py:def function="header">
5
  <div id="header">
6
          <h1>
7
                  Welcome to TurboGears 2
8
                <span class="subtitle">The Python web metaframework</span>
9
        </h1>
10
  </div>
11
</py:def>
12
</html>