/users => html: <ul> /comments => html: <ul user><ul comment> /api/user/:username => json: { name: xxx, followers: [...] } /api/comment/:username => json: { name: xxx, comments: [...] }