6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
|
<%- include('partials/header') %>
|
||
|
|
||
|
<h1> <%= userResult.name %> </h1>
|
||
|
|
||
|
<%- include('partials/footer') %>
|