David Fowler turned me on to a really cool feature of Razor I hadnât realized made it into 1.0, Templated Razor Delegates. Whatâs that? Iâll let the code do the speaking. @{ Func<dynamic, object> b = @<strong>@item</strong>; } <span>This sentence is @b("In Bold").</span> That could come in handy if you have friends whoâll jump on your case for using the bold tag instead of the strong tag because i
{{#tags}}- {{label}}
{{/tags}}