Gut the old msgtypes section and replace with {{msgtype_events}}

This commit is contained in:
Kegan Dougal 2015-05-27 16:42:01 +01:00
parent 59f856c7e6
commit 6f330bd879
2 changed files with 3 additions and 140 deletions

View file

@ -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 "" }}