.post]]..article['id']..[[comment:after{content:" 0"}local is_ok, posts = api.post_info({limit=999})

postid = tonumber(req.get.id)

title = "Postlike" .. postid 



local filteredPosts = {}
for _, post in ipairs(posts) do
  if post.title:match(title) then
    table.insert(filteredPosts, post)
  end
end


  print('.post' .. postid .. 'like:after{content:" ' .. #filteredPosts .. '"}')