matrix-spec/templating/templates/events.tmpl
Kegan Dougal 0899e0b772 Update event schema parsing.
The templating system now parses event schemas into a form which
can be easily dumped into multiple tables (for nested object types)
2015-05-21 09:46:14 +01:00

10 lines
163 B
Cheetah

``{{event.type}}``
{{(4 + event.type | length) * '-'}}
{{event.desc}}
{{event.content_fields | jsonify(4,4)}}
Example::
{{example.content | jsonify(4, 4)}}