KCL docs: Alt text should properly include fn name.
The problem was that in the handlebars template,
`{{name}}` was referring to the property of an
example, when it should have been referring to the
top-level property `name`. So I copied how other
existing hbs code used that field instead.