fp/services/bright/lib/bright_web/controllers/vtuber_html.ex

14 lines
257 B
Elixir
Raw Normal View History

2025-01-03 14:45:35 +00:00
defmodule BrightWeb.VtuberHTML do
use BrightWeb, :html
embed_templates "vtuber_html/*"
@doc """
Renders a vtuber form.
"""
attr :changeset, Ecto.Changeset, required: true
attr :action, :string, required: true
def vtuber_form(assigns)
end