init
This commit is contained in:
commit
f5d9aece1e
13 changed files with 313 additions and 0 deletions
15
_includes/layout.vto
Normal file
15
_includes/layout.vto
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>My first page</title>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="appbar">
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue