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