+""" <html> ... <table> """ for user in users { +""" <tr> <th>\(user.id)</th> <td>\(user.name)</td> </tr> """ } +""" </table> ... </html> """
>