/BlogEngine/BlogEngine.NET/themes/RazorHost/page.cshtml
# · Razor · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 1cf832be1c0e753e5fb664a0be181dfe MD5 · raw file
- @using BlogEngine.Core
- @{
- Layout = string.Format("{0}themes/{1}/site.cshtml", Utils.ApplicationRelativeWebRoot, BlogSettings.Instance.Theme);
- }
- @Html.PageBody()