started working on templates and api
This commit is contained in:
6
static/templates/messages.st
Normal file
6
static/templates/messages.st
Normal 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»
|
||||
Reference in New Issue
Block a user