With some past experience as a web developer I still maintain an interest in web development and it's been great to see ASP.NET MVC become available and the interest this has sparked.
One of the gripes that people seem to have about MVC is having a mix of HTML markup and code in views and this was something I wanted to learn more about.
Now that I've seen the "Cleaning up the view" screencast I feel more comfortable with this mix. You can keep your views readable and that it's not as messy as things might first seem.