<!DOCTYPE html>
<html>
<head>
    <title>{{ title }}</title>
</head>
<body>
    {{ content }}
    <p>{{ disclaimer }}</p>
</body>
</html>