Basic Syntax
{{helpername(parameters) [optionalID]}}{{#helperblock}}{{/helpername}}
You can have as many unique blocks as you want within a helper. To learn about IDs and helper references, check here.
Example
{{portfolio( {userID: 3838357} )}}Joe Edrick{{#tagline}}Cool Coder Person{{#hobbies}}Eating delicious food{{#img}}{{@user.img}}{{/portfolio}}
Self-Closing Helpers
{{helpername(parameters) /}}