mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
13 lines
287 B
Cheetah
13 lines
287 B
Cheetah
{% import 'tables.tmpl' as tables -%}
|
|
|
|
{{common_event.title}} Fields
|
|
{{(7 + common_event.title | length) * title_kind}}
|
|
|
|
{{common_event.desc}}
|
|
|
|
{% for table in common_event.tables %}
|
|
|
|
{{ tables.paramtable(table.rows, ["Key", "Type", "Description"], (table.title or "")) }}
|
|
|
|
{% endfor %}
|