add account page

This commit is contained in:
Swrup 2022-03-06 20:55:12 +01:00
parent 987b989ad2
commit 60c201d2d4
5 changed files with 129 additions and 22 deletions

View file

@ -17,6 +17,7 @@
template
thread_page
user
user_account
user_profile)
(libraries
bos
@ -85,6 +86,12 @@
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets user_account.ml)
(deps user_account.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets user_profile.ml)
(deps user_profile.eml.html)