Second pass at adding key files
This commit is contained in:
14
site/articles/include_widgets.html
Normal file
14
site/articles/include_widgets.html
Normal 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%>
|
Reference in New Issue
Block a user