opengeek/getResources

Add support for factor-based tpls

opengeek opened this issue · 0 comments

Factor based tpl's would allow users to define a tpl for every nth item in the result, providing the tpl for the greatest factor of the current item specified. For example, you might have:

&tpl_n3=`EveryThirdItemTpl` &tpl_n6=`EverySixthItemTpl`

This should allow easy creation of markup to support columns and other complex layouts.