index.ejs
394 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>
<%= tittle %>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/markdown.css">
<link rel="stylesheet" href="<%- '/' + theme + '/' + theme + '.css'%>">
</head>
<body>
<div class='markdown <%= theme %>'>
<%- content %>
</div>
</body>
</html>