+def ssi_variable(register, name=None, patch_response=None):
+ """
+ Creates a template tag representing an SSI variable from a function.
+
+ The function must take 'request' as its first argument.
+ It may take other arguments, which should be provided when using
+ the template tag.
+
+ """