<div class="flex-rw" style="background: url('/themes/<%- page.theme %>/public/images/top_menu.png') center repeat-x; font-weight: normal; position: relative;">
<div style="background: url('/themes/<%- page.theme %>/public/images/top_pic.png') center no-repeat;position: absolute;width: 100%;height: 100%;text-align: center;margin: 0 auto; z-index: -1000"></div>
<ul class="footer-list-top-info">
<% page.urls.genres.slice(0,10).forEach(function(genre) { %>
<li style="padding: 0; text-align: right;">
<a class="generic-anchor footer-list-anchor" href="<%- genre.url %>" style="text-shadow: 1px 1px 0 black, 0 0 1em #000;">
<%- genre.title %>
</a>
<span class="fa fa-angle-double-left" style="color: #18cfc4"></span>
</li>
<% }); %>
</ul>
<ul class="footer-list-top">
<% page.urls.years.slice(0,10).forEach(function(year) { %>
<li style="padding: 0">
<a class="generic-anchor footer-list-anchor" href="<%- year.url %>" style="text-shadow: 1px 1px 0 black, 0 0 1em #000;">
<span class="fa fa-angle-double-right" style="color: #18cfc4"></span>
<span style="color: #fff;"> <%- year.title %> <%- page.l.year %> </span>
<span class="fa fa-angle-double-left" style="color: #18cfc4"></span>
</a>
</li>
<% }); %>
</ul>
<ul class="footer-list-top">
<% page.urls.genres.slice(-11, -1).forEach(function(genre) { %>
<li style="padding: 0; text-align: left;">
<span class="fa fa-angle-double-right" style="color: #18cfc4"></span>
<a class="generic-anchor footer-list-anchor" href="<%- genre.url %>" style="text-shadow: 1px 1px 0 black, 0 0 1em #000;">
<%- genre.title %>
</a>
</li>
<% }); %>
</ul>
</div>