codimd/public/views/index.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
259 B
Plaintext

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