This is a sample post for Routepaper. The theme is intentionally quiet: readable text, simple links, and useful code blocks.

package main

import "fmt"

func main() {
    fmt.Println("hello routepaper")
}