Files
LeafWeb/WebCms/Views/Partials/Grid/Editors/Embed.cshtml
T
2018-09-16 15:08:47 -04:00

8 lines
108 B
Plaintext

@model dynamic
@using Umbraco.Web.Templates
<div class="video-wrapper">
@Html.Raw(Model.value)
</div>