Remove <title> from Blank Site Content Template

When starting from a Blank site, the default code inserted for the Content Template includes a restrictive <title> element:

<!DOCTYPE html>
<html>
<head>
<title>{{ this['name'] }}</title>
</head>
<body>
{{ pageContent }}
</body>
</html>

I’d suggest removing the <title> element altogether since the system now handles document titles automatically and in accordance with the Name or Meta Title value.

Added here: https://treepl.co/public-backlog-state/request/remove-title-from-blank-site-content-template