with-boilerplate ( child master -- )
Furnace framework » Furnace presentation layer » HTML template interface » Boilerplate support

Prev:write-atom-feeds ( -- )
Next:call-next-template ( -- )


Vocabulary
html.templates

Inputs
childa template
mastera template


Outputs
None

Word description
Calls the child template, storing its output in a string, then calls the master template. The master template may call call-next-template to insert the output of the child template at any point; both templates may also use the master/child interface words documented in Boilerplate support.

Definition