This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
logtracker/logtracker/mail/templates/base.html

13 lines
210 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}Mailtracker{% endblock %}</title>
</head>
<body>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html>