dcc1699f69
Also remove some u"" style strings within templates, since they appear to be unnecessary.
10 lines
249 B
Mako
10 lines
249 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="/base.mako" />
|
|
|
|
<%def name="title()">Home</%def>
|
|
|
|
<div style="text-align: center;">
|
|
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
|
|
<h1>Welcome to Tailbone</h1>
|
|
</div>
|
|
|