chore(templates) new template patterns
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang='[>locale<]'>
|
||||
<html lang="<[locale || "en"]>">
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<title><[title]></title>
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
<[content]>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user