## -*- coding: utf-8; mode: html; -*- <%inherit file="tailbone:templates/base_meta.mako" /> ## default behavior is to read app_title from settings ## <%def name="app_title()">Rattail Tutorial <%def name="favicon()"> ## <%def name="header_logo()"> ${h.image(request.static_url('tailbone:static/img/rattail.ico'), "Header Logo", style="height: 49px;")} <%def name="footer()">

${h.link_to("Rattail Tutorial {}{}".format(rattail_tutorial.__version__, '' if request.rattail_config.production() else '+dev'), url('about'))}