Plugins will also be able to use this to tell if the template
is being used to generate a wiki page, when misctemplate starts
also using page.tmpl.
title => $page eq 'index'
? $config{wikiname}
: pagetitle(basename($page)),
+ ispage => 1,
wikiname => $config{wikiname},
content => $content,
backlinks => $backlinks,
mtime => displaytime($pagemtime{$page}),
ctime => displaytime($pagectime{$page}, undef, 1),
baseurl => baseurl($page),
+ have_footer => 1,
html5 => $config{html5},
);