It would be great to have the chunks template tag to receive a template context variable instead of a quoted string, so we can do things like: ``` python {% chunks request.get_full_path %} ```