add page, split header and footer

This commit is contained in:
KF7EEL
2021-01-02 15:00:08 -08:00
parent 26486e1215
commit a7325cb301
5 changed files with 53 additions and 48 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{title}}</title>
<style>
body {background-color: D3D3D3;}
h1 {color: green;}
p {
padding: 10px;
margin: 20px;
}
</style>
</head>
<body>
{% include 'header.html' %}
Help info here.
{% include 'footer.html' %}