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