<bind tag="longname">
Einstein, Feynman, Heisenberg, and Newton Research Corporation
Ltd.<sup>TM</sup>
</bind>
<p>
We at <longname/> have research expertise in many areas
of physics.
Employment at <longname/> carries significant prestige.
The rigorous
hiring process developed by <longname/> is leading the
industry.
</p>
In django, instead of <longname/> it would be {{longname}} or {% include "longname" %}, which is much easier to pick out from the html markup.
I watched a video of one of the Snap developers a couple of days ago and just tried installing Snap and playing with it for a short while. Definitely a light weight framework, but looks nice enough.
Its harder to tell what is part of the template and what is part of the html.
Example from http://snapframework.com/docs/tutorials/heist
In django, instead of <longname/> it would be {{longname}} or {% include "longname" %}, which is much easier to pick out from the html markup.