bigly-chat/views/form.ejs

3 lines
124 B
Text
Raw Normal View History

2024-11-25 14:12:43 -05:00
<%- include('header.ejs') -%>
2024-11-25 14:12:44 -05:00
<%- include('form_bare.ejs', {noCaptcha: false}) -%>
2024-11-25 14:12:44 -05:00
<%- include('footer.ejs') -%>