@model Yavsc.ViewModels.Blog.BlogPostInputViewModel @{ ViewData["Title"] = "Blog post edition"; } @section header { @{ await Html.RenderPartialAsync("_FSScriptsPartial"); } }