mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 08:07:35 -06:00
12 lines
248 B
HTML
12 lines
248 B
HTML
{{ template "widget-base.html" . }}
|
|
|
|
{{ define "widget-content-classes" }}widget-content-frameless{{ end }}
|
|
|
|
{{ define "widget-content" }}
|
|
<div class="masonry" data-max-columns="2">
|
|
{{ range .Widgets }}
|
|
{{ .Render }}
|
|
{{ end }}
|
|
</div>
|
|
{{ end }}
|