diff --git a/templates/styleguide.html.to b/templates/styleguide.html.to index 739c7151..38c042b2 100644 --- a/templates/styleguide.html.to +++ b/templates/styleguide.html.to @@ -1,6 +1,30 @@ {% extends "base.html.to" %} -{% block sidenav %} +{% block content %} + +{% module Alert('A Warning Alert', + message="\ +

This is a message. It is a very important message. Please note, proper semantic markup is required here, such as paragraph tags. Don't omit paragraph tags!

\ +

Also note the same for actions below. You'll need to include the full link markup.

\ + ", + actions="Do something", + level='warning' +) %} + +{% module Alert('A Success Alert', + message="

Congratulations! You did a thing.

", + level='success' +) %} + +{% module Alert('An Error Alert', + message="

Booooo. You're the worst.

", + level='error' +) %} + +{% module Alert('An Info Alert', + message="

The more you know.

" +) %} + -{% end %} - -{% block content %}