FINALLY DONE! THE PARSER IS HANDWRITTEN! MY COLLAR BLUE BUT MY NECK IS REEEEEED. (goop is llm-written, but that's go->node key remapping stuff; unrelated)
This commit is contained in:
parent
cd07c310cb
commit
090d299a84
5 changed files with 132 additions and 123 deletions
19
examples/range.html
Normal file
19
examples/range.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{{ 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue