<#if posts?? && posts.getTotalElements() gt 0> <#--Start the Loop--> <#if (settings.post_list_style!'standard') == 'standard'> <#list posts.content as post> <#include "tpl/content.ftl"> <#else> <#include "tpl/content-thumb.ftl"> <#else> <#include "tpl/content-none.ftl">