I would like to learn how I can use nested template tags where the child template tag takes an argument like below:
{% parent_tag {% child_tag arguments %} rest_of_parent_arguments %}
In the above line, I would like to use the return value of child tag as an argument to the parent tag.