mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
5 lines
139 B
Text
5 lines
139 B
Text
|
<%- include('./layouts/error.ejs', {
|
||
|
error: "Video Error",
|
||
|
description: `Video loading failed :c - reason: \n <%= err_reason %>`
|
||
|
}) %>
|