Packages
A spec-compliant Open Responses server for Elixir and Phoenix, with pluggable provider adapters and first-class streaming.
Current section
Files
Jump to
Current section
Files
lib/open_responses_web/controllers/page_html.ex
defmodule OpenResponsesWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use OpenResponsesWeb, :html
embed_templates "page_html/*"
end