mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 17:28:38 +01:00
8 lines
279 B
HTML
8 lines
279 B
HTML
|
|
{{ $ver := .Params.v }}
|
||
|
|
{{ $this := .Params.this }}
|
||
|
|
|
||
|
|
{{ if $this }}
|
||
|
|
<span>**[Changed in this version]**</span>
|
||
|
|
{{ else }}
|
||
|
|
<span>**[Changed in `v{{ $ver }}`]**</span>
|
||
|
|
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|