mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
10 lines
152 B
Text
10 lines
152 B
Text
<!DOCTYPE html>
|
|||
<html>
|
|||
<body>
|
|||
<%- include('header') %>
|
|||
<h1><%= title %></h1>
|
|||
<p><%= description %></p>
|
|||
<%- include("footer") %>
|
|||
</body>
|
|||
</html>
|