An experimental IndieWeb site built in Go.
at main 233 B view raw
1package posts 2 3import "github.com/puregarlic/space/models" 4 5templ Note(post *models.Post) { 6 <div class="bg-surface p-4 first:rounded-t last:rounded-b border-2 border-overlay"> 7 { GetPostJSONProperty(post, "content")[0] } 8 </div> 9}