And I really like C # so I took a look at ASP, but I did not like it very much. I already moved with NodeJS and I really like it.
I wanted a PHP-like language, where you could put the code inside HTML and manipulate it.
So:
<div><?php echo "oi" ?></div>
So I wanted to know if you have another language that allows me to do this, I wanted to know if there are any and if there are alternatives to PHP
But what I look for in a Template Engine or a language, would be the possibility to put code even within the HTML type:
for(var i = 1; i <= 100; i++) echo ("<div>OI " + i + "</div>);
EDIT 1: As I said, there are templates (thank you very much for the answer, it has helped but it still does not solve), if you can send good alternatives to NodeJS too.