8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
|
## -*- 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>
|