<%= config.site_name %> <%= config.site_url %> <%= config.site_description %> <% for (let postID = posts.length-1; postID >= 0; postID--) { %> <% if (posts[postID]["deleted"] != true) { %> <%= posts[postID]["title"] %> <%= config.site_url %>/post/<%= postID %> ]]> <%= config.site_url %>/post/<%= postID %> <%= func.unix_time_to_date_format(posts[postID]['pubdate'],'EEE, dd MMM yyyy HH:mm:ss') %> <%= users[posts[postID]['userID']]['prettyname'] %> <% tags = posts[postID]['tags'].split(',') %> <% for (let tag_index = 0; tag_index < tags.length; tag_index++) { %> ]]> <% } %> <% } %> <% } %>