bigly-chat/views/form.ejs

3 lines
124 B
Text
Raw Normal View History

2024-09-18 18:47:09 -04:00
<%- include('header.ejs') -%>
2024-10-30 19:59:28 -04:00
<%- include('form_bare.ejs', {noCaptcha: false}) -%>
2024-10-27 00:26:02 -04:00
<%- include('footer.ejs') -%>