Adding something for the page title to the core document template (and widget shape template)*

*exploration work

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-13 01:02:54 -07:00
parent 8e2f7e974a
commit cfa1601676
4 changed files with 11 additions and 4 deletions

View File

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