started working on templates and api

This commit is contained in:
2022-04-15 14:59:51 +02:00
parent 26df2e5654
commit 546d3c10f3
16 changed files with 313 additions and 42 deletions

View File

@@ -0,0 +1,6 @@
«if(data.error)»
<span class="error">«data.error»</span>
«endif»
«if(data.notes)»
<span class="notes">«data.notes»</span>
«endif»