$content is output of the main template rendered.
To modify what is generated into $content, modify the main template or the
sub-#parsed templates (which is what you've discovered, looks like) that is
rendered (browse.vm, perhaps, if you're using the default example setup). The
main template that is rendered is specified as v.template (in the /browse
handler definition in solrconfig.xml, again if you're using the example
configuration).
Does that help? If not, let us know what you're trying to do exactly.
Erik
On Feb 16, 2012, at 23:06 , remi tassing wrote:
> Hi all,
>
> How do we modify the "$content" variable in the layout.vm file? I could
> managed to change other stuff in doc.vm or header.vm but not this one.
>
> Is there any tutorial on this?
>
> Remi