Feature - HTML
Paste raw HTML that will be rendered in the page

Introduction
Missing Video
As an aside
RTE's can be added in asides like this one
Here we are showing what text looks like in an RTE in an aside.
featureHTML.cshtml
@using Umbraco.Extensions
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockGridItem>
@{
Layout = "_Layout_Features.cshtml";
}
@Html.Raw(Model.Content.Value("featurePropertyFeatureHTML"))