rattail-tempmon-demo/rattail_tempmon_demo/web/templates/home.mako
2017-03-28 23:14:50 -05:00

13 lines
300 B
Mako

## -*- coding: utf-8; mode: html; -*-
<%inherit file="tailbone:templates/home.mako" />
<%def name="title()">Home</%def>
<div class="logo">
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
</div>
<h1 style="text-align: center;">Welcome to the Tempmon Demo</h1>