+++
title = "My first post"
summary = "Stub post for buildablog"
+++
# Roses are red
Violets are blue, etc.
<br>
```go
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}
```
<br>
[This is a link](https://example.com)
