by rawrz0r:
Currently, template.Execute() only accepts single strings, structs and
slices. It should probably be able to accept a map as well.
Russ notes that most of the time it makes sense to prepare a slice
containing the map data in the correct order, but I'll chuck this up here
anyway for you guys to think about.
w/r/t:
http://groups.google.com/group/golang-nuts/browse_thread/thread/637319b71a484657/7dba9e4ccb06b2cf#7dba9e4ccb06b2cf
by rawrz0r: