1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
+++ 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)