1
0
mirror of https://github.com/algora-io/tv.git synced 2025-03-17 20:17:45 +02:00
2024-02-29 22:31:42 +03:00

8 lines
165 B
Elixir

defmodule AlgoraWeb.ErrorHTML do
use AlgoraWeb, :html
def render(template, _assigns) do
Phoenix.Controller.status_message_from_template(template)
end
end