I have 3 static pages. On one of those pages, I'd like to include a grid from the ExtJS Library.
The only way to include the library, that I could figure out was to modify the header.php for the theme to include all of the .js files I need.
The problem I have now, is that the ExtJs grid I created is included on all of my pages.
I tried to put the javascript tags inside the page context, through the page editor, but that doesn't seem to do the trick, as it converts the html tags to > < tags.
What's the easiest way to either tell the page or template to conditionally render some of the content?