codimd/public/views/codimd.ejs
BinotaLIU 2453b2a9be
set lang attr on <html> according to user's choice
Signed-off-by: BinotaLIU <binota@binota.org>
2020-04-10 22:03:58 +08:00

16 lines
249 B
Plaintext

<!DOCTYPE html>
<html lang="<%= getLocale() %>">
<head>
<%- include codimd/head %>
</head>
<body>
<%- include codimd/header %>
<%- include codimd/body %>
<%- include codimd/footer %>
<%- include codimd/foot %>
</body>
</html>