22 lines
373 B
HTML
22 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Index</title>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<p> {{ pagevariable1 }} <p>
|
|
<p> {{ pagevariable2 }} <p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
</footer>
|
|
</body>
|
|
</html>
|