listserv and www

This commit is contained in:
gauthiier
2017-07-25 11:30:04 +02:00
parent cca498d887
commit 064a05b806
12 changed files with 469 additions and 86 deletions
+11
View File
@@ -0,0 +1,11 @@
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h3>{{ message.subject }}</h3>
<h4>{{ message.author_name }}</h4>
<h4>{{ message.date }}</h4>
<p>{{ message.content }} </p>
</body>
</html>