diff --git a/MyApp/Pages/Posts/Post.cshtml b/MyApp/Pages/Posts/Post.cshtml index 55aff682..efe515a1 100644 --- a/MyApp/Pages/Posts/Post.cshtml +++ b/MyApp/Pages/Posts/Post.cshtml @@ -307,6 +307,11 @@ init() +@if (docMjs != null) +{ + @await Html.PartialAsync("AsciiCinemaIncludes") +} +