b6f0124
1
2
3
4
5
6
7
8
defmodule ChaiWeb.ErrorHTML do use ChaiWeb, :html def render(template, _assigns) do Phoenix.Controller.status_message_from_template(template) end end