Im slowly learning ruby and rails… still having some problems with
grasping the basic concepts though.
How do I include a common html snippet in some of my views? (The snippet
exists in two different flavors, I want to include either one depending
on what type of user (admin/others) is requesting the page)
I have tried the normal SSI include tags, but my WEBrick server cant
handle them properly (at all).