10 lines
No EOL
267 B
Ruby
10 lines
No EOL
267 B
Ruby
module Phlexite::Docs::Pages
|
|
class Index < ::Phlex::HTML
|
|
def view_template
|
|
render Layout.new {
|
|
h1 { 'Phlexite' }
|
|
p { 'Phlexite is a simple static site generator for Ruby.' }
|
|
}
|
|
end
|
|
end
|
|
end |