added recursive page generation
This commit is contained in:
parent
4a07aec860
commit
d865326ee4
6 changed files with 146 additions and 2 deletions
17
template.html
Normal file
17
template.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title> {{ Title }} </title>
|
||||
<link href="/index.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<article>
|
||||
{{ Content }}
|
||||
</article>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue