Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<%~if not widget_end%><%set widget_end = $widgets_loop.length%><%endif%>
<%~loop widgets_loop%>
<%~if row_num >= $widget_start%>
<%~if Type%>
<%include _widget_automated.html%>
<%~else%>
<%include _widget_manual.html%>
<%~endif%>
<%~if row_num < $widget_end or $widgets_loop.length == 1%>
<div class="widget-divider"></div>
<%~endif%>
<%~endif%>
<%~if row_num == $widget_end%><%lastloop%><%endif%>
<%~endloop%>