@@ -0,0 +1,4 @@
+{
+ "Hello there!": "hello.md",
+ "Contact": "contact.md"
+}
@@ -0,0 +1,7 @@
+<nav>
+ <div class="menu">
+ <ul>
+ <!-- menu_items --!>
+ </ul>
+ </div>
+</nav>
@@ -0,0 +1 @@
+<a href="<!-- link --!>"><li><!-- name --!></li></a>
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+
+<html lang="<? lang ?>">
+ <head>
+ <meta charset="UTF-8">
+ <title><? project-name ?></title>
+ <link rel="stylesheet" href="static/style.bundle.css" type="text/css">
+ <script src="static/script.bundle.js"></script>
+ </head>
+ <body>
+ <!-- body --!>
+ </body>
+</html>
@@ -0,0 +1,3 @@
+<div class="container">
+ <!-- content --!>
+</div>
@@ -0,0 +1,5 @@
+<footer>
+ <div class="footer">
+</footer>
+<header>
+ <div class="header">
+</header>
+<div class="top">
+ <!-- header --!>
+ <!-- menu --!>
+<main>
+ <div class="containers">
+</main>
+<div class="bottom">
+ <!-- footer --!>