Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1{{
2sidebar_item('Home',
3icon='fa fa-envelope',
4url=url_for('contact.dashboard')
5)
6}}
7
8{{
9sidebar_item('Contact Page',
10icon='fa fa-globe',
11url=url_for('contact.index')
12)
13}}