Packages

PyraUI is a Phoenix LiveView component library delivering production-ready, premium UI building blocks.

Current section

Files

Jump to
pyraui lib pyraui_web controllers page_html.ex
Raw

lib/pyraui_web/controllers/page_html.ex

defmodule PyrauiWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use PyrauiWeb, :html
embed_templates "page_html/*"
end