Initial commit.
This commit is contained in:
2
example/_templates/footer.html
Normal file
2
example/_templates/footer.html
Normal file
@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
5
example/_templates/header.html
Normal file
5
example/_templates/header.html
Normal file
@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>${title} - ${date}</title>
|
||||
</head>
|
||||
<body>
|
0
example/assets/my_pic.png
Normal file
0
example/assets/my_pic.png
Normal file
0
example/css/default.css
Normal file
0
example/css/default.css
Normal file
9
example/index.html
Normal file
9
example/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
title=Home Page
|
||||
date=2020-10-15
|
||||
%%%
|
||||
<!-- An intro comment line -->
|
||||
#/header.html
|
||||
<h1>Hello, World!</h1>
|
||||
<p>This is a test.</p>
|
||||
#/footer.html
|
||||
<!-- A comment line -->
|
Reference in New Issue
Block a user