feat(user): routes and simple template

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-12 19:50:35 +02:00
parent 3fd0565227
commit f1c1ca6d14
Signed by: anhgelus
GPG key ID: 617773CACE89052C
7 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,10 @@
defmodule LearningPhoenixWeb.UserHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use LearningPhoenixWeb, :html
embed_templates "user_html/*"
end