matrix-spec/templating/templates/events.tmpl

18 lines
288 B
Cheetah

``{{event.type}}``
Summary:
{{event.summary}}
Type:
{{event.typeof}}
Description:
{{event.desc}}
Required Keys:
``{{event.required_keys | jsonify}}``
JSON Format::
{{event.json_format | jsonify(4, 4)}}
Example::
{{example.content | jsonify(4, 4)}}