There was an error while loading. Please reload this page.
[%- CALL dw.active_resource_group( 'jquery' ) -%] [%- dw.need_res( 'stc/kitten.css' ) -%] [%- dw.need_res( 'js/ponies.js' ) -%] [%- dw.need_res( { group => 'jquery' }, 'js/sparkle.js' ) -%]
Note: ignore the first and last if your page doesn't use jQuery.
For CSS, remember to use the standardized classes as much as possible.
Use this section code to add things to the head of the page.
[% sections.head = BLOCK %] <style type="text/css"> dt { font-size: bigger; font-weight: bold; margin-bottom: .2em; } dd { margin-bottom: 1em; } </style> [% END # sections.head %]
For Users
For Volunteers
For Developers