2017-08-30 12:58:16 +02:00
|
|
|
{{ if eq (.Get "type") "box" }}
|
2018-06-08 18:22:10 +02:00
|
|
|
<div class="definition"><p>{{ i18n "fsdefinition" }}</p></div>
|
2017-08-30 12:58:16 +02:00
|
|
|
{{ else if eq (.Get "type") "paragraph" }}
|
2018-06-08 18:22:10 +02:00
|
|
|
<p>{{ i18n "fsdefinition" }}</p>
|
2017-08-30 12:58:16 +02:00
|
|
|
{{ else }}
|
2018-06-08 18:22:10 +02:00
|
|
|
{{ i18n "fsdefinition" }}
|
2017-08-30 12:58:16 +02:00
|
|
|
{{ end }}
|