🌎X-Pop #${updates_count} (V2 — Alpha version)

A curated list of awesome Popular profiles updates from the world: ðŸ‡ŊðŸ‡ĩJ-Pop, 🇰🇷K-Pop, ðŸ‡đ🇭T-Pop, 🇷🇚R-Pop and more... (🌎X-Pop)


Files

These are the files used for this project (Work in progress...)

% for update_by in updates.keys(): <% profile = updates[update_by]["profile"] %>

${profile["flag"]} @${update_by} ${profile["name"]}

${profile["bio"]}

    % for link in profile["links"]: <% link_view = link.replace("https://www.", "") link_view = link_view.replace("https://", "") %>
  • ${link_view}
  • % endfor

    % for update in updates[update_by]["updates"]:
  • #${update["index"]} ${update["update"]["text"]}
    post | % for i, image in enumerate(update["update"]["images"]): ðŸ“ļ ${i+1} % endfor
  • % endfor
% endfor