A comment on this post is asking whether it is possible to create bindings outside of a template. The point of doing that is that you don’t necessarily want to render a template just to set-up a few bindings. Well, bindings are really implemented by a component, Sys.Binding, and a markup extension, which...