Is there a means to pass a template variable {{ user_id }} to a custom
template tag,
{% build_menu "user_id" %} ?I just finished writing the tag and realized that it won't work unless I can access the data passed to the template. Any help in getting around this (probably simple) problem would be welcome. Alice

