formTemplate

Changes how the form HTML template looks

struct formTemplate {}

Members

Variables

code
string code;

Contains the std.format formattable template code.
Arguments in order are: string action, string method, string formArguments, string html
html is last so you can embed it using %4$s without throwing an orphan arguments exception.

Meta