mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
9 lines
311 B
HTML
9 lines
311 B
HTML
{{ $ver := .Params.v }}
|
|
{{ $this := .Params.this }}
|
|
|
|
{{ if $this }}
|
|
<span><strong>[New in this version]</strong></span>
|
|
{{ else }}
|
|
<span><strong>[Added in <code>v{{ $ver }}</code>]</strong></span>
|
|
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}
|