|
|
|
{{#if header}}
|
|
{{/if header}}
{{#if event_title}}
|
{{event_title}}
|
{{/if event_title}}
{{#if event_description}}
|
{{event_description}}
|
{{/if event_description}}
{{#if event_details}}
{{#each event_details}}
|
{{key}}
|
{{/each event_details}}
|
|
{{/if event_details}}
{{#if attendees}}
|
{{attendees_title}}
{{#each attendees}}
|
{{key}} {{value}}
|
{{/each attendees}}
|
{{/if attendees}}
|
|
| |
{{#if footer}}
{{/if footer}}
|