$templates.shared.doctype
{=
string profile_name = internal.profile_name;
=}
{=
node options_node = "profiles." . profile_name . ".database.options";
string database_type = node_value(subnode_by_name(options_node, "database_type"));
string database_directory = node_value(subnode_by_name(options_node, "database_directory"));
int automatically_update_when_older_than = node_value(subnode_by_name(options_node, "automatically_update_when_older_than"));
bool lock_database_when_in_use = node_value(subnode_by_name(options_node, "lock_database_when_in_use"));
bool prompt_before_erasing_database = node_value(subnode_by_name(options_node, "prompt_before_erasing_database"));
'
\n';
expand(templates.shared.copyright);
=}