Whenever I find myself writing the same HTML block in my views, I realize that something is not as it should. Reading Scott Gu’s post about @helper synthax, I realize that’s exactly what I needed. You can create, in your views, small snippets of code to prevent the duplication of code. Even better, you can [...]
