1
Fork 0
poke/html/video-error.ejs

5 lines
98 B
Text
Raw Normal View History

2024-09-11 11:47:36 -04:00
<%- include('./layouts/error.ejs', {
error: "Video Error",
2024-09-11 11:54:26 -04:00
description: `${err_reason}`
2024-09-11 11:47:36 -04:00
}) %>