8 lines
226 B
Mako
8 lines
226 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="tailbone:templates/home.mako" />
|
|
|
|
<div class="logo">
|
|
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
|
|
<h1>Welcome to the Rattail Demo</h1>
|
|
</div>
|
|
|