<html> <head></head> <body> <% async function test() { return(2); } %> <%- await test(); %> </body> </html>