diff --git a/webapp/WEB-INF/index.html b/webapp/WEB-INF/index.html index 00e261d..111e808 100644 --- a/webapp/WEB-INF/index.html +++ b/webapp/WEB-INF/index.html @@ -1,12 +1,14 @@ <#include "/header.inc.html"> <#if resultsearch??>
- <#list resultsearch as kino> + <#if resultsearch?has_content> - <#else> -

Ничего не найдено =(

- + + <#else> +

Ничего не найдено =(

<#include "/fother.inc.html"> \ No newline at end of file