Basically working svelte interaction with orchard

This commit is contained in:
2024-04-19 09:54:24 -05:00
parent 7471d531bf
commit 6836ef68ea
68 changed files with 4077 additions and 11187 deletions

View File

@@ -1,5 +1,5 @@
<h1 class="mb-6 border-b-2 border-solid border-black pb-1 text-center text-2xl font-bold">
@Model.Header.TitlePart.Title
</h1>
@await DisplayAsync(Model.Content)
<h1 class="mb-6 border-b-2 border-solid border-black pb-1 text-center text-2xl font-bold">
@Model.Header.TitlePart.Title
</h1>
<div id="@Model.ContentItem.ContentType-@Model.ContentItem.Id" class="@Model.ContentItem.ContentType"></div>