Tweak mobile home page to leverage config for main image

This commit is contained in:
Lance Edgar 2017-03-30 23:32:18 -05:00
parent a3d0966139
commit e64cdb3f80

View file

@ -6,6 +6,6 @@
<%def name="page_title()"></%def>
<div style="text-align: center;">
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')}
<h1>Welcome to Tailbone</h1>
${h.image(image_url, "{} logo".format(capture(self.app_title)), id='logo', width=300)}
<h3>Welcome to ${self.app_title()}</h3>
</div>