twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

Documents should mention {{name.thing}} capability. #230

Closed jimstudt closed 3 years ago

jimstudt commented 8 years ago

I don't see {{name.thing}} expansion on the mustache 5 man page or on the documentation presented here. I only stumbled upon it in the source while pondering how to add such a feature.

sayrer commented 3 years ago

This is covered in the mustache spec under "dotted names" https://github.com/mustache/spec/blob/44b04cbff0310ac672edafedfc77e1bcc0dd5e15/specs/sections.yml#L203