Gut the old msgtypes section and replace with {{msgtype_events}}
This commit is contained in:
parent
59f856c7e6
commit
6f330bd879
2 changed files with 3 additions and 140 deletions
|
@ -1,5 +1,5 @@
|
|||
``{{event.msgtype}}``
|
||||
{{(4 + event.msgtype | length) * '~'}}
|
||||
{{(4 + event.msgtype | length) * '+'}}
|
||||
{{event.desc | wrap(80)}}
|
||||
{% for table in event.content_fields -%}
|
||||
{{"``"+table.title+"``" if table.title else "" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue