Plugin: ftemplate
Author: rubykat
Included in ikiwiki: no
Enabled by default: no
Included in goodstuff: no
Currently enabled: no

This plugin provides the ftemplate directive.

This is like the template directive, with the addition that one does not have to provide all the values in the call to the template, because ftemplate can query structured data ("fields") using the field plugin.

Activate the plugin

add_plugins => [qw{goodstuff ftemplate ....}],

PREREQUISITES

IkiWiki
IkiWiki::Plugin::field
HTML::Template
Encode

DOWNLOAD