Article CT View
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@model SimpleDD4T2Application.Models.Component.Article | |
<!-- Article CT View --> | |
<div class="article"> | |
<h2>@Model.Heading</h2> | |
</div> | |
<!-- End Article CT View --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment