@wezm I couldn't work out how to use the standard SideBox instance. It required that I build an object that responded to render() however I couldn't find the methods that generate HTML tags.
Instead, after looking at how the templates are dynamically rendered, this seemed like a simple enough way to do it. Let me know your thoughts and if it's ok to merge.
@wezm I couldn't work out how to use the standard
SideBox
instance. It required that I build an object that responded torender()
however I couldn't find the methods that generate HTML tags.Instead, after looking at how the templates are dynamically rendered, this seemed like a simple enough way to do it. Let me know your thoughts and if it's ok to merge.