(#3) - templating

This commit is contained in:
Martin Slachta
2026-06-14 07:16:13 +02:00
parent 37bced77f4
commit 7b3d9f0ece
32 changed files with 870 additions and 126 deletions
+1 -1
View File
@@ -64,4 +64,4 @@ Last thing inspired by Problem Details RFC are extensions. The response can cont
## Success handling
Even success must be handled. The user must know that the submission is successfully finished. The form definition can contain a success message as HTML.
Even success must be handled. The user must know that the submission is successfully finished. What is shown is a templated HTML code that is defined by user. It can contain custom elements, like `<reservation-summary>`.