glintcms-starter-glintcms
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
20 lines (19 loc) • 653 B
text/jade
if messages
if messages.errors
.alert.alert-danger.fade.in
button.close(type='button', data-dismiss='alert')
span.glyphicon.glyphicon-remove-circle
for error in messages.errors
div= error.msg
if messages.info
.alert.alert-info.fade.in
button.close(type='button', data-dismiss='alert')
span.glyphicon.glyphicon-remove-circle
for info in messages.info
div= info.msg
if messages.success
.alert.alert-success.fade.in
button.close(type='button', data-dismiss='alert')
span.glyphicon.glyphicon-remove-circle
for success in messages.success
div= success.msg