You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Lato:400,700|Cantarell:400,700|Roboto:500' rel='stylesheet' type='text/css'>
|
|
|
|
<link href="/static/css/style.css" rel="stylesheet">
|
|
|
|
<title>ReDonate :: {%?title}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="header">
|
|
|
|
<h1>
|
|
|
|
Re<span class="highlight">Donate</span>
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
<div class="main">
|
|
|
|
{%?contents}
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
|
|
<a href="/">Home</a>
|
|
|
|
<a href="/about">About</a>
|
|
|
|
<a href="/sign-up">Sign up</a>
|
|
|
|
<a href="/login">Login</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|