A Topic Goes Here
8th February 2012I always procrastinate doing something with this page.
class Here extends Page with Code {
val foo = mu
}
class BlawgApp extends FrankDSL {
def frank = {
case GET() => <h1>foo</h1>
case File(name) => SendFile(name)
case _ => Error(404, "Not Found By BlawgApp!")
}
} // Test of syntax highlighting
I'll probably use gists instead:
Comments would appear somewhere around here
If this was really a blog...