Starting to move git_header_html output into the template
[catagits/Gitalist.git] / Gitalist / templates / default.tt2
CommitLineData
d3feefcf 1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
4<!-- git web interface version [% version %], (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke -->
5<!-- git core binaries version [% git_version %] -->
6<head>
7<meta http-equiv="content-type" content="[% content_type %]; charset=utf-8"/>
8<meta name="generator" content="gitweb/[% version %] git/[% git_version %][% mod_perl_version %]"/>
9<meta name="robots" content="index, nofollow"/>
b35823a3 10<title>[% title %] (Gitalist)</title>
11[% baseurl %]
12[% FOREACH ss IN stylesheets; ss; END %]
d3feefcf 13
14[% content %]
15
16</body>
17</html>