RSSHub/lib/v2/gov/cmse/templates/description.art

12 lines
147 B
Plaintext

{{ if image }}
<img src="{{ image }}">
<br>
{{ /if }}
{{ if video }}
{{@ video }}
<br>
{{ /if }}
{{ if description }}
{{@ description }}
{{ /if }}