mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
11 lines
No EOL
290 B
Text
11 lines
No EOL
290 B
Text
<div class="narrow_view">
|
|
<% page.posts.forEach(function(post) { %>
|
|
<%- include('post_feed', { post: post }) %>
|
|
<% }); %>
|
|
|
|
<div class="pagination">
|
|
<% if (page.next) { %>
|
|
<a href="<%- url_for(page.next_link) %>"></a>
|
|
<% } %>
|
|
</div>
|
|
</div> |