codimd/public/views/codimd.ejs
Raccoon 620197faf7
Merge pull request #1580 from tamo/master
Convert "include" directives to functions
2021-07-09 15:06:06 +08:00

16 lines
264 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>