mirror of
https://github.com/status-im/codimd.git
synced 2025-02-05 22:33:29 +00:00
620197faf7
Convert "include" directives to functions
16 lines
259 B
Plaintext
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>
|