2021-01-01 14:37:15 -08:00
|
|
|
<!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>
|
2021-01-02 15:00:08 -08:00
|
|
|
{% include 'header.html' %}
|
2021-01-01 15:09:06 -08:00
|
|
|
{{description}}
|
2021-01-02 15:00:08 -08:00
|
|
|
{% include 'footer.html' %}
|
2021-01-01 15:09:06 -08:00
|
|
|
|