Files
memex/gharbeia.net/themes/gohugo-amp/layouts/partials/amp/user-notification.html

5 lines
365 B
HTML

<amp-user-notification layout=nodisplay
id="{{ with .id }}{{ . }}{{ else }}amp-user-notification-id-please-set-id{{ end }}">
{{ with .message }}{{ . }}{{ end }}
<button on="tap:{{ with .id }}{{ . }}{{ else }}amp-user-notification-id-please-set-id{{ end }}.dismiss">{{ with .dismiss }}{{ . }}{{ end }}</button>
</amp-user-notification>