openalt_ro/themes/openalt/layout/index.ejs
2025-11-09 21:24:34 +01:00

5 lines
No EOL
205 B
Text

<%- include("_partial/index/main_event", { item: site.posts.sort('-date') }) %>
<%- include("_partial/index/feed_preview", { item: site.posts.sort('-date') }) %>
<%- include("_partial/index/partners") %>