2024-08-31 23:23:22 -07:00

12 lines
204 B
Smarty

{{define "title"}}Notifications{{end}}
{{define "main"}}
<div class="notifications-header">
<h2>Notifications</h2>
</div>
<div class="timeline">
{{template "timeline" .}}
</div>
{{end}}