{% block extrahead %}{% endblock %} {# general use macros #} {% macro button(href, text, icon='', iconpos='right', class="", theme=None, extra="", enable=True) -%} {%- endmacro %} {# now the scheleton itself #}
{{ button ( "#" , "Back" , "arrow-l", "", "ui-btn-left", extra='id="back_button"') }}

{% block header_title %}{% endblock %}

{{ button ( "#" , "" , "home", "notext", "ui-btn-right", extra='id="home_button"') }}
{% block content %}{% endblock %}

Powered by {{ button("http://www.aircable.net","AIRcable.net", "star") }}

{{ button ( "javascript: doReload()", "Reload", "refresh", class="ui-btn-right") }}