The template_data
tag works in conjunction with custom templates. It is used to tailor the custom template to the given application. Consult the documentation for a particular template to see if there are any variables that can be customized via template_data
.
If there are, such variables may be accessed with a hashref:
template_data: {variable1 => value, variable2 => value}
Values may need to be surrounded with quotes depending on the type of data being passed. Consult the template-specific page to determine if quotes are necessary.
Comments
0 comments
Please sign in to leave a comment.