farthergate.com/pages/blog.rb
Aleks Rūtiņš 057cca96d6 basic content
2024-09-09 12:12:42 -04:00

7 lines
143 B
Ruby

class Pages::Blog < ::Phlex::HTML
def view_template
render ::Pages::Layout.new(:blog) {
p { "under construction" }
}
end
end