Initial content

This commit is contained in:
Andrew Woods 2018-09-20 18:21:42 -04:00
parent 15e5ea6a2f
commit 86fe317055
92 changed files with 13147 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#**
* Show Error Message, if any
*#
## Show Error Message, if any
## Usually rendered inside div class=error
#if( $response.response.error.code )
<h1>ERROR $response.response.error.code</h1>
$response.response.error.msg
#end