chore(templates) new template patterns

This commit is contained in:
gh0sTedBuddy
2024-04-01 22:20:23 +01:00
parent ed766c9951
commit 4c23fdbc37
2 changed files with 7 additions and 7 deletions

View File

@@ -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>