Files
smpark.in/Resources/Views/hello.leaf

8 lines
94 B
Plaintext

#set("title") { Hello, #(name)! }
#set("body") {
<h1>Hello, #(name)!</h1>
}
#embed("base")