mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-02 12:32:05 -05:00
20 lines
308 B
Plaintext
20 lines
308 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<% include ../../partials/include %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<header>
|
||
|
<% include ../../partials/nav %>
|
||
|
</header>
|
||
|
|
||
|
<div class="container">
|
||
|
<% include(page) %>
|
||
|
</div>
|
||
|
|
||
|
<% include ../../partials/footer %>
|
||
|
<% include ../../partials/post_html_include %>
|
||
|
</body>
|
||
|
</html>
|