{{%= set examples = frecklet_name | frecklet_examples =%}} {{%= if examples =%}}

Example:

{{%= if examples[0].get("vars", {}) =%}} {{== ('# '+ examples[0].title + '\n- ' + frecklet_name + ':\n' + (examples[0].get("vars", {}) | to_yaml(indent=4))) | to_code_block('yaml') | from_markdown ==}} {{%= else =%}} {{== ('# '+ examples[0].title + '\n- ' + frecklet_name) | to_code_block('yaml') | from_markdown ==}} {{%= endif =%}} {{%= endif =%}} {{%= set help = frecklet_name | frecklet_help(default=None, use_short_help=False) =%}} {{%= if help =%}}

Description

{{== help | from_markdown ==}}
{{%= endif =%}} {{%= set further_reading = frecklet_name | frecklet_further_reading =%}} {{%= if further_reading =%}}

Resources

{{%= endif =%}} {{%= set params = frecklet_name | frecklet_parameters =%}} {{%= if params.param_list =%}}
{{%= include 'frecklet_doc/html/variables.html' =%}}
{{%= endif =%}} {{%= set long_help = frecklet_name | frecklet_long_help =%}} {{%= if long_help =%}}

Details

{{== long_help | from_markdown ==}}
{{%= endif =%}} {{%= if examples =%}}
{{%= include "frecklet_doc/html/examples.html" =%}}
{{%= endif =%}}
{{%= include "frecklet_doc/html/task_list.html" =%}}
{{%= include "frecklet_doc/html/command-line.html" =%}}
{{%= include "frecklet_doc/html/source_code.html" =%}}