Files
LeafWeb/WebCms/App_Plugins/Grid/Editors/Render/embed_videowrapper.cshtml
T
2016-11-07 12:56:17 -05:00

5 lines
110 B
Plaintext

@inherits Umbraco.Web.Mvc.UmbracoViewPage<dynamic>
<div class="video-wrapper">
@Html.Raw(Model.value)
</div>