Table of contents
  1. 1. Usage Restrictions
  2. 2. Samples

Appends an argument to a function uri without invoking the function.  Arguments can either be appended in list or map format, but cannot be mixed.  Refer here for more information on currying.

Usage Restrictions

1.9.1 or later.

Samples

   Output

To include a template using currying:

{{ template.stub() }}

This page is a stub.  You can help others by contributing more information to it.

 

To add 15 days to the current date using currying:

{{ date.adddays.(date.now, 15)() }}

Sat, 03 Apr 2010 02:10:21 GMT

  

Tag page (Edit tags)
    You must login to post a comment.