5 lines
95 B
Elixir
Raw Permalink Normal View History

2025-01-03 06:45:35 -08:00
defmodule BrightWeb.PatronHTML do
use BrightWeb, :html
embed_templates "patron_html/*"
end