Skip to content

Instantly share code, notes, and snippets.

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 hermanussen/74c8537dcbbbd31d145ee7b63604f66a to your computer and use it in GitHub Desktop.
Save hermanussen/74c8537dcbbbd31d145ee7b63604f66a to your computer and use it in GitHub Desktop.
@model UnitTestingDemo.Website.Models.IRenderingModel<UnitTestingDemo.Website.Domain.DomainModel.Page>
<h1>@Html.Sitecore().Field(() => Model.Item.Title)</h1>
@Html.Sitecore().Field(() => Model.Item.TextContent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment