socialtree/src/views/index.ejs
2022-10-14 10:26:47 +02:00

4 lines
144 B
Plaintext

<%- include('partials/head') %>
<%- include('partials/header') %>
<h1>This is a <%= engine %> Template</h1>
<%- include('partials/footer') %>