BrainMinder/assets/templates/pages/home.tmpl

9 lines
148 B
Cheetah
Raw Permalink Normal View History

2024-08-22 10:13:16 +02:00
{{define "page:content"}}
<div class="w3-row-padding" id="dashboard" style="padding-top: 10px;">
{{ template "home:items" .}}
</div>
{{ end }}