@model Bootstrap.Admin.Models.HeaderBarModel @{ ViewBag.Title = "首页"; Layout = "~/Views/Shared/_Normal.cshtml"; } @section css { } @section javascript { }