- Note that the SignIn form is implemented using CGI::FormBuilder, which
- interfaces to HTML::Template, so not all of it can be customised with
- templates, although most of it can, by creating this template. Without
- the template, CGI::FormBuilder creates the page body by itself.
-
-I aim to keep almost all html out of ikiwiki and in the templates.
+Note that the SignIn and Prefs forms are implemented using
+CGI::FormBuilder, which interfaces to HTML::Template, so not all of it can
+be customised with templates, although most of it can, by creating these
+templates. Without the templates, CGI::FormBuilder creates the page bodies
+by itself.