Include templates in eruby?

Hi,

from the very terse documentation of eruby I couldn’t find anything like
<% include “header.rhtml” %> to include (and execute) another template
in the active one. How can you live without this feature?

Cheers,
Carsten.

from the very terse documentation of eruby I couldn’t find anything like
<% include “header.rhtml” %> to include (and execute) another template
in the active one. How can you live without this feature?
How about
ERuby.import(“foo.rhtml”)

I think this solves your troubles. From the examples subdirectory in the
distribution.

kaspar