PageRenderTime 27ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/themes/RazorHost/page.cshtml

#
Razor | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 1cf832be1c0e753e5fb664a0be181dfe MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. @using BlogEngine.Core
  2. @{
  3. Layout = string.Format("{0}themes/{1}/site.cshtml", Utils.ApplicationRelativeWebRoot, BlogSettings.Instance.Theme);
  4. }
  5. @Html.PageBody()