12 lines
693 B
HTML
12 lines
693 B
HTML
|
{% if this.video_url
|
||
|
%}<div class="fit">
|
||
|
<youtube-embed embed="{{ this.video_url }}"></youtube-embed>
|
||
|
</div>
|
||
|
<a class="button" href="https://www.youtube.com/watch?v={{ this.video_url }}{% if this.alt %}&gl={{ this.alt }}&hl={{ this.alt }}{% endif %}" target="_blank" rel="noopener">{%
|
||
|
if bag('translate', this.alt, 'directytlink') %}{{ bag('translate', this.alt, 'directytlink') }}{%
|
||
|
else %}Direkt zum YouTube-Video{% endif %}</a>{% endif %}{% if this.video
|
||
|
%} <a class="button" href="{{ this.video|url }}" download>{%
|
||
|
if bag('translate', this.alt, 'directlink') %}{{ bag('translate', this.alt, 'directlink') }}{%
|
||
|
else %}Download Video{% endif %}</a>{% endif %}
|
||
|
<br/>
|