bigly-chat/views/form.ejs

3 lines
104 B
Text
Raw Normal View History

2024-09-18 18:47:09 -04:00
<%- include('header.ejs') -%>
2024-10-27 00:26:02 -04:00
<%- include('form_bare.ejs') -%>
<%- include('footer.ejs') -%>