def bender_url(context, full_asset_path):
    return get_static_url(full_asset_path, template_context=context)
def static_url(static_path):
    return get_static_url(static_path)