Just started using Fuel and really 'ing it. Wow! Anyways...
I'm extending off the base template controller and I want to load different js/css assets into my template depending on the action.
I tried creating an asset group in the conroller's action then I added Asset::render('css_top') in my template's view but it doesn't work. Am I missing something here? Should I be assigning the rendered css to $this->template->css_top or something? Anyways, I won't attempt to make any more assertions as to how this should be done. I'll just let you wonderful, helpful people tell me what's up!
Thanks in advance.