Working with Templates
The templates used in jamroom can be thought of as normal html pages but with the extra power of smarty.
Anything you would use in a normal html file is also valid in a template. That includes javascript, css and all the usual features.
The extras come from the additonal features provided by smarty. You will know these instantly as they are different from normal html syntax.
A smarty tag looks like this
{$profile_name}. Use of that tag in a template where it exists will replace that with the actual profile name of the owner of that profile.
There are many more functions that can be used to, this documentation section will endeavor to cover their uses.