Welcome to mirror list, hosted at ThFree Co, Russian Federation.

amp-gif.html « shortcodes « partials « layouts - github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 705c960fd54959a29ae9ea5786ed54f28f940a76 (plain)
1
2
3
4
5
6
7
8
<amp-anim
	{{ with .class }} class="{{ . }}"{{ end }}
	{{ with .alt }} alt="{{ . }}"{{ end }}
	{{ with .width }} width="{{ . }}"{{ end }}
	{{ with .height }} height="{{ . }}"{{ end }}
	{{ with .layout }} layout="{{ . }}"{{ end }}
	{{ with .src }} src="{{ . | absURL }}"{{ end }}>
</amp-anim>