{% extends "base.html.to" %} {% 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.

" ) %}
This is a panel content

Heading H1

Heading H2

Heading H3

Heading H4

Heading H5
Heading H6

This is a paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

col 1
col 2
col 3
col 4

col 1
col 2
col 3
col 4
col 5
col 6
col 7
col 8
col 9
col 10
col 11
col 12
Another panel without padding
Icons
{% module Icon('trash') %} 'trash'    {% module Icon('document') %} 'document'    {% module Icon('cloud') %} 'cloud'    {% module Icon('chart') %} 'chart'    {% module Icon('caret_up') %} 'caret_up'    {% module Icon('caret_down') %} 'caret_down'    {% module Icon('caret_right') %} 'caret_right'    {% module Icon('caret_left') %} 'caret_left'    {% module Icon('x') %} 'x'    {% module Icon('search') %} 'search'    {% module Icon('avatar') %} 'avatar'    {% module Icon('download') %} 'download'    {% module Icon('briefcase') %} 'briefcase'    {% module Icon('bell') %} 'bell'    {% module Icon('folder') %} 'folder'    {% module Icon('help') %} 'help'    {% module Icon('shield') %} 'shield'    {% module Icon('info') %} 'info'    {% module Icon('alert') %} 'alert'    {% module Icon('link') %} 'link'    {% module Icon('ok') %} 'ok'    {% module Icon('checkmark') %} 'checkmark'   

A Block List

Expanded Column Normal Column Right Aligned Shrunk
Table Cell Table Cell 1,234.56 Table Cell
Table Cell Table Cell 1,231,253.43 Table Cell
Table Cell Table Cell 564.54 Table Cell
{% end %}