Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created July 3, 2014 08:05
Show Gist options
  • Select an option

  • Save ArveSystad/fbc4600ca8abf7e489d8 to your computer and use it in GitHub Desktop.

Select an option

Save ArveSystad/fbc4600ca8abf7e489d8 to your computer and use it in GitHub Desktop.
@model InlineArticleProduct
<article>
<h1>@Model.Name</h1>
<p class="price">@Model.Price</p>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment