This commit is contained in:
Gregor Lohaus
2026-04-08 01:05:23 +02:00
commit 0e552ec4f5
21 changed files with 1121 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<@if(context.test)>
test
<@elseif(context.test2)>
test2
<@else>
test3
<@endif>