etc/templates/layout.html
author Tero Marttila <terom@fixme.fi>
Tue, 25 Jan 2011 01:19:20 +0200
changeset 30 38577618daca
parent 22 809686edcd4c
permissions -rw-r--r--
templates: clean dist layout
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
		<title>RRDWeb - %(title)s</title>
		<link rel="Stylesheet" type="text/css" href="/static/rrdweb.css" />
	</head>
	<body>
        <h1>%(title)s</h1>

        <div id="breadcrumb">%(breadcrumb)s</div>

        %(content)s
	</body>
</html>