{{#each_row}}
{{#if title}}
{{title}}
{{/if}}
{{sample_text}}
{{#if description}}
{{description}}
{{/if}} {{#if usage}}
Use for: {{usage}}
{{/if}}
{{/each_row}}