Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
490 B

<!DOCTYPE html>
<html>
<head>
{{>header}}
</head>
<body>
{{>navbar}}
<div class="flash-messages">
{{flash_messages}}
</div>
<div class="container">
{{{body}}}
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">&copy; 2019 <a href="/">{{serviceName}}</a>. <a href="mailto:info@{{serviceDomain}}">info@{{serviceDomain}}</a>. </p>
</div>
</footer>
{{> scripts}}
</body>
</html>