--HG--
branch : 1.x
This commit is contained in:
Nathan Heskew
2011-03-30 12:10:20 -07:00
2 changed files with 0 additions and 14 deletions

View File

@@ -121,7 +121,6 @@
<Content Include="Views\Widget.Edit.cshtml" />
<Content Include="Views\Widget.cshtml" />
<Content Include="Views\Widget.ControlWrapper.cshtml" />
<Content Include="Views\Content-WidgetPage.cshtml" />
<Content Include="Views\Widget.Wrapper.cshtml" />
</ItemGroup>
<ItemGroup>

View File

@@ -1,13 +0,0 @@
@{
Layout.Title = Model.Title;
}
@if(Model.Content != null) {
<article>
@if(Model.Header != null) {
<header>
@Display(Model.Header)
</header>
}
@Display(Model.Content)
</article>
}