1 <%def name="title()">Untitled</%def>\
5 <title>${title()} — Floof</title>
6 <link rel="stylesheet" type="text/css" href="/reset.css">
7 <link rel="stylesheet" type="text/css" href="/layout.css">
11 <a href="${h.url_for("/")}">Home</a>
13 ${h.form (h.url_for(controller="search", action="results"))}
14 ${h.text('query')} ${h.submit('search','Search')}
19 <p>Logged in as ${c.user.name}</p>
21 <form action="${url(controller='account', action='login_begin')}" method="POST">
23 Identity URL: <input type="text" name="identity_url">
24 <input type="submit" value="Log in">
36 <p>Powered by floof</p>