Terry Tice
Terry Tice
Hi Phil, I think it would be helpful to turn off the commit messages so it shows a cleaner graph. Perhaps just a check box at the top? I'll submit...
Add optional sections to the Razor layout sections Example: ``` html @renderSection("header", { required: false }) ```
In preparation for layout sections, as well as many other enhancements to come, it would be nice to extract some of the code into a tokenizer.
Should have support for `isSectionDefined` to determine whether or not a section has been defined in a view.