temp rename file
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
@inherits Umbraco.Web.Common.AspNetCore.UmbracoViewPage<BlockListModel>
|
||||
@using Umbraco.Core.Models.Blocks
|
||||
@{
|
||||
if (!Model.Any()) { return; }
|
||||
}
|
||||
<div class="umb-block-list">
|
||||
@foreach (var block in Model)
|
||||
{
|
||||
if (block?.ContentUdi == null) { continue; }
|
||||
var data = block.Content;
|
||||
@Html.Partial("BlockList/Components/" + data.ContentType.Alias, block)
|
||||
}
|
||||
</div>
|
||||
Reference in New Issue
Block a user