mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-23 17:04:07 +01:00
16 lines
440 B
HTML
16 lines
440 B
HTML
{{ template "widget-base.html" . }}
|
|
|
|
{{ define "widget-content-classes" }}widget-content-frameless{{ end }}
|
|
|
|
{{ define "widget-content" }}
|
|
<div class="carousel-container">
|
|
<div class="cards-horizontal carousel-items-container">
|
|
{{ range .Videos }}
|
|
<div class="card widget-content-frame thumbnail-container">
|
|
{{ template "video-card-contents" . }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
{{ end }}
|