Skip to content

Instantly share code, notes, and snippets.

@jcdcdev
Created November 21, 2023 16:05
Show Gist options
  • Save jcdcdev/3f22003b380f00b5e608bfe90314f9fc to your computer and use it in GitHub Desktop.
Save jcdcdev/3f22003b380f00b5e608bfe90314f9fc to your computer and use it in GitHub Desktop.
Simple Content Apps - Example Content App View
@using Umbraco.Community.SimpleContentApps.Core.Extensions
@inherits Umbraco.Community.SimpleContentApps.Web.SimpleContentAppViewPage
<h1>Hello Umbraco</h1>
<p>My ContentApp alias is: @Model.ContentApp.Alias()</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment