mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
@model dynamic
|
|
@{
|
|
SetMeta("X-UA-Compatible", "IE=edge,chrome=1");
|
|
Style.Include("layout-designer.css");
|
|
Script.Require("jQuery").AtFoot();
|
|
}
|
|
@Display(Model.Content) |