8 lines
421 B
HTML
8 lines
421 B
HTML
<amp-brid-player
|
|
{{ with .partner }}data-partner="{{ . }}"{{ end }}
|
|
{{ with .player }}data-player="{{ . }}"{{ end }}
|
|
{{ with .video }}data-video="{{ . }}"{{ end }}
|
|
{{ with .playlist }}data-playlist="{{ . }}"{{ end }}
|
|
{{ with .layout }}layout="{{ . }}"{{ end }}
|
|
{{ with .width }}width="{{ . }}"{{ end }}
|
|
{{ with .height }}height="{{ . }}"{{ end }}></amp-brid-player> |