lots of fixes and more EJS
This commit is contained in:
10
views/partials/message.ejs
Normal file
10
views/partials/message.ejs
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="<%=config.language%>
|
||||
<head>
|
||||
<%- include('head') %>
|
||||
</head>
|
||||
<body>
|
||||
<%- message %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user