Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Last active July 8, 2018 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/6ead6d12531299b9347f6d09d30e77ef to your computer and use it in GitHub Desktop.
Save ssougnez/6ead6d12531299b9347f6d09d30e77ef to your computer and use it in GitHub Desktop.
@inherits UmbracoViewPage<Article>
@using AnotherDevBlog.Core.DocumentTypes;
@{
Layout = null;
}
<h1>@Model.Title</h1>
<div>@Model.Content</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment