6 | Blog Posts 7 |
8 |-
11 |
-
12 |
{{post.title}}
13 |{{post.content}}
14 |
15 |
@Html.Raw(L("About_AspNetBoilerplateDescription"))
4 |@L("ForMoreInformation"): aspnetboilerplate.com.
5 |{{post.content}}
14 |@L("Home_ThisIsATemplate")
4 |15 | @L("Home_AspNetBoilerplateDescription") 16 |
17 | @L("LearnMore").. 18 |Text
35 | 36 | 37 |11 | @(!string.IsNullOrEmpty(Model.ErrorInfo.Details) ? Model.ErrorInfo.Details : Model.ErrorInfo.Message) 12 |
13 | @* Show validation errors *@ 14 | @if (!Model.ErrorInfo.ValidationErrors.IsNullOrEmpty()) 15 | { 16 |{{post.content}}
14 |