chore(templates) new template patterns
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang='[>locale<]'>
|
<html lang="<[locale || "en"]>">
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title><[title]></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ content }}
|
<[content]>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset='UTF-8'>
|
<meta charset='UTF-8'>
|
||||||
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
||||||
<link rel='stylesheet' href='app.css'>
|
<link rel="stylesheet" href="/main.css">
|
||||||
<title>{{ title }}</title>
|
<title><[title]></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="/">layc</a>
|
<a href="/"><[appname]></a>
|
||||||
</div>
|
</div>
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
<a href="/features">features</a>
|
<a href="/features">features</a>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
{{ content }}
|
<[content]>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
|
|||||||
Reference in New Issue
Block a user