arrow = """""" app.templates.path = (doc, type, entry) -> html = """#{doc.fullName}""" html += """#{arrow}#{type.name}""" if type html += """#{arrow}#{$.escape entry.name}""" if entry html