reorganized folder structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user