Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What? How is Razor more of HTML than Jinja? Both are mostly HTML with syntax specific to their languages. They don't even look that different.

Jinja:

{% for item in items %}<br> {{ item }}<br> {% endfor %}

Blade:

@foreach(var item in items)<br> {<br>@item<br> }



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: