summaryrefslogtreecommitdiffstats
path: root/israwhidebroken/templates/header.html
blob: 407f2b90a8412675dcde4df2cdf4d275d84ed4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      py:strip="">
<py:def function="header">
  <div id="fedora-header">
    <div id="fedora-header-logo">
      <a href="${tg.url('/')}"><img src="${tg.url('/static/images/header-fedora_logo.png')}"/></a>
    </div>
    <div id="fedora-header-items">
  	<h1>
                Is Rawhide Broken?
                <py:if test="defined('subtitle')">
		<span class="subtitle" py:replace="subtitle"></span>
                </py:if>
	</h1>
    </div>
  </div>
</py:def>
</html>