On Monday, June 20, 2011 8:32:30 PM UTC-4, pbreit wrote: > > What's the best way to re-use a snippet of HTML in different places? > Components and LOAD()? Or is there some way to include a block? These can be > lengthy snippets so I'd rather do it more in HTML than with tags.
Have you tried just doing {{include 'path/to/view/file/with/HTML/snippet'}},
or do you need something more sophisticated?

