31 lines
618 B
Plaintext
31 lines
618 B
Plaintext
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>THE TITLE IS THIS!</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="description" content="THE DESCRIPTION IS THIS!">
|
|
<meta name="author" content="I AM THE AUTHOR">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
</header>
|
|
|
|
<main id="js-main">
|
|
<%# weird loader string syntax because https://github.com/bazilio91/ejs-compiled-loader/issues/46 %>
|
|
<%- require('!!ejs-compiled-loader?{}!./partials/component.ejs')({ text: 'text is text yahh!!!' }) %>
|
|
</main>
|
|
|
|
<footer>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|