1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00
poke/html/video-error.ejs
2024-09-11 15:54:26 +00:00

5 lines
98 B
Text

<%- include('./layouts/error.ejs', {
error: "Video Error",
description: `${err_reason}`
}) %>