Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 mail.html

View raw Download
text/html • 295 B
HTML document, ASCII text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
</head>
6
<body>
7
<header>
8
{{ config.mail_header }}
9
</header>
10
<main>
11
{% block content %}
12
{% endblock %}
13
</main>
14
<footer>
15
{{ config.mail_footer }}
16
</footer>
17
</body>
18
</html>