19 lines
No EOL
539 B
HTML
19 lines
No EOL
539 B
HTML
{{ range .FlatRate }}
|
|
<a href="{{ $.Link }}">
|
|
<img
|
|
src="https://image.tmdb.org/t/p/original{{ .LogoPath }}"
|
|
title="{{ .ProviderName }}"
|
|
alt="{{ .ProviderName }}"
|
|
class="[&[alt*=Apple]]:mix-blend-screen rounded-lg"
|
|
/>
|
|
</a>
|
|
{{ end }} {{ range .Rent }}
|
|
<a href="{{ $.Link }}">
|
|
<img
|
|
src="https://image.tmdb.org/t/p/original{{ .LogoPath }}"
|
|
title="{{ .ProviderName }}"
|
|
alt="{{ .ProviderName }}"
|
|
class="[&[alt*=Apple]]:mix-blend-screen rounded-lg"
|
|
/>
|
|
</a>
|
|
{{ end }} |