half-working version 1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
</head>
|
||||
<div id='head'>
|
||||
{% include header.html %}
|
||||
</div>
|
||||
|
||||
<div class='content'>{{ content }}</div>
|
||||
<div id='foot'>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user