Skip to content

Instantly share code, notes, and snippets.

@steliodibello
Created November 27, 2020 10:59
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 steliodibello/d1f57d01133cac8d240820eee07a2246 to your computer and use it in GitHub Desktop.
Save steliodibello/d1f57d01133cac8d240820eee07a2246 to your computer and use it in GitHub Desktop.
@model ContentBlockModel
<div>
@* Important: Self-closing tags will not work when rendering text fields with the Sitecore tag helpers. *@
<h1 class="contentTitle" asp-for="Title"></h1>
<div class="contentDescription">
<sc-text asp-for="Text"></sc-text>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment