mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Ported libs fo net V6
This commit is contained in:
@@ -1 +1,11 @@
|
||||
Hello from Register!
|
||||
@model RegisterViewModel;
|
||||
@using System.Diagnostics;
|
||||
|
||||
@foreach (var k in Model.Comments) {
|
||||
<div>@Html.Raw(k.ParsedComment)</div>
|
||||
@if (k.SubComments != null ) {
|
||||
@foreach (var sk in k.SubComments) {
|
||||
<div>@Html.Raw(sk.ParsedComment)</div>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user