2017-08-13 22:37:38 -05:00
|
|
|
## -*- coding: utf-8; -*-
|
2018-11-27 17:57:46 -06:00
|
|
|
<%inherit file="tailbone:templates/base_meta.mako" />
|
2016-12-07 20:24:11 -06:00
|
|
|
|
|
|
|
<%def name="header_logo()">
|
2018-11-28 21:41:00 -06:00
|
|
|
${h.image(request.static_url('tailbone:static/img/rattail.ico'), "Header Logo", style="height: 55px;")}
|
2016-12-07 20:24:11 -06:00
|
|
|
</%def>
|