{# this macro needs to be included "with context" valid and accessable vars needed: request conf csrf_input #} {% macro fav(fav_id, fav_type, fav_is, color="transparent", next=request.get_full_path() ) -%}
{%- endmacro %} {% macro schedule(sch_id, sch_is, color="transparent", next=request.get_full_path() ) -%} {%- endmacro %} {% macro share(share_url, title=_("share this "), color="transparent" ) -%} {%- endmacro %} {% macro stream(stream_url, title=_("open stream"), color="transparent" ) -%} {%- endmacro %} # {% macro report(report_url, kind="url", next=request.get_full_path() , title=_("report this url"), color="transparent" ) -%} {%- endmacro %} {% macro edit(edit, title=_("edit this"), color="transparent" ) -%} {%- endmacro %}