movie
movie
<% /* Цикл блоков фильмов на главной странице */ %>
<% if (typeof index === 'object') { %>
<% for (var type in index) { %>
<% if (index.hasOwnProperty(type) && index[type].length && type !== 'episode') { %>
<% index[type].forEach(function (category) { %>
<% /* Справа от названия ссылка на случайный фильм из блока */ %>
<div class="randomMovieIndex">
<div class="cinemapress-random-index"
onclick="window.location.href='<%- category.url %>?random'"
title="<%- page.l.random %>">
<img src="/themes/default/public/mobile/dice.svg" alt="<%- page.l.random %>">
</div>
</div>
<% /* Название блока */ %>
<h2><%- category.name %></h2>
<% /* Цикл фильмов в блоке */ %>
<% if (typeof category === 'object' && category.movies && category.movies.length) { %>
<% category.movies.forEach(function (movie) { %>
<%- include('includes/single.ejs', {movie: movie}); -%>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% } %>
<% } %>
<%- include('includes/single.ejs', {movie: movie}); -%>
movie
ids
.type === 'ids'
, из примера кода выше.<% if (typeof index === 'object') { %>
<% for (var type in index) { %>
<% if (index.hasOwnProperty(type) && index[type].length && type === 'ids') { %>
/movie
не занят никаким шаблоном.Похожие темы | Раздел | Ответов | Дата |
---|---|---|---|
DDoS-GUARD почему не стоит использовать? | Услуги | 2 | |
Как снимать деньги с WebMoney после блокировки в Украине (24 мая 2018)? | Разное интересное | 1 |