2024-06-26 19:48:55 -07:00
|
|
|
<div class="{{ .direction }} wrapper">
|
|
|
|
<div class="ongoing-placeholder">
|
|
|
|
{{ if eq .direction "previous" }}{{ partial "icon.html" "chevrons-left" }}{{ end }}
|
|
|
|
<div class="title-subtitle">
|
|
|
|
{{ title .direction }} in Series
|
|
|
|
<div class="title">Coming soon!</div>
|
|
|
|
</div>
|
|
|
|
{{ if eq .direction "next" }}{{ partial "icon.html" "chevrons-right" }}{{ end }}
|
2024-06-27 22:31:56 -07:00
|
|
|
</div>
|
2024-06-26 19:48:55 -07:00
|
|
|
</div>
|