basic content

This commit is contained in:
Aleks Rūtiņš 2024-09-09 12:12:42 -04:00
parent 3133275bcc
commit 057cca96d6
7 changed files with 114 additions and 30 deletions

7
pages/about.rb Normal file
View file

@ -0,0 +1,7 @@
class Pages::About < ::Phlex::HTML
def view_template
render ::Pages::Layout.new(:about) {
p { "under construction" }
}
end
end