Skip to content

Commit a5852f7

Browse files
committed
adding a main.mustache in templated
1 parent 3af19f1 commit a5852f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>{{{title}}}</title>
5+
</head>
6+
<body>
7+
<div class="container">
8+
{{{content}}}
9+
</div>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)