https://github.com/haducloc/pebble-templates
Fork of PebbleTemplates with dynamic named arguments supported for functions, filters, and tests.
https://github.com/haducloc/pebble-templates
pebble-template-engine pebble-templates
Last synced: about 2 months ago
JSON representation
Fork of PebbleTemplates with dynamic named arguments supported for functions, filters, and tests.
- Host: GitHub
- URL: https://github.com/haducloc/pebble-templates
- Owner: haducloc
- Created: 2023-08-07T16:32:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:33:25.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:41:32.130Z (3 months ago)
- Topics: pebble-template-engine, pebble-templates
- Language: Java
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appslandia-pebble
- Fork of PebbleTemplates with dynamic named arguments supported for functions, filters, and tests.# Original project
- https://github.com/PebbleTemplates/pebble.git# License
- Please refer to the license in the original project.
- All code in this fork is the property of the original developer.
# What I modified
- I have added the DynamicNamedArguments interface. Any Function, filter, or test that implements this interface will support dynamic named arguments.
- I have also made modifications to the original ArgumentsNode.java file in order to deactivate the validation of named arguments if the invocableWithNamedArguments implements the DynamicNamedArguments interface.
- I have also supplied my own pom.xml, which is based on the original pom.xml created by the initial developer.