Razorblade
Razorblade is intended to be a template for WebDesign/WebDevelopment. It is based on HTML5Boilerplate and uses ASP.NET wtih the Razor Syntax (C#). Original HTML5Boilerplate comments are intact with some added comments to explain some of the Razor Syntax.
There is also a 'Demo' page with some examples on how to use ASP.NET and the Razor Syntax to create a dynamic website.
Features
Implemented
All Features you would expect from HTML5Boilerplate
Demo page with ASP.NET with Razor code examples
Planned
/
Warning
You have to use absolute paths, not relative paths, in order to maintain this folder structure. '_Layout.cshtml' is the Layout for the page, but this will cause problems depending where your pages are located. Example:
We take the following folder structure:
/_Layout.cshtml
/index.cshtml
/content/page2.cshtml
You get problems depending where you actually stand in the directories, because the relative paths for the different files vary from file to file, hence the absolute paths.