mailpot/archive-http/src/templates/header.html

12 lines
196 B
HTML

<html>
<head>
<title>{{ title }}</title>
{% include "css.html" %}
</head>
<body>
<div>
<h1>{{ title }}</h1>
</div>
{% include "menu.html" %}
<hr />