rattail-tempmon-demo/rattail_tempmon_demo/web/templates/mobile/home.mako

8 lines
277 B
Plaintext
Raw Normal View History

2017-03-28 23:14:50 -05:00
## -*- coding: utf-8; mode: html; -*-
<%inherit file="tailbone:templates/mobile/home.mako" />
<div style="text-align: center;">
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')}
<h3>Welcome to ${self.app_title()}</h3>
</div>