package main import "fmt" import "time" import "net/url" templ index(ps []Post) { x's tinygram

X's TinyGram

Here remains all the shitty photos I took and will take. This is my less bloated instagram like thing.

@posts(ps)
} templ loginPage(csrfToken string) { x's tinygram

X's TinyGram

Enter your shitty password to log into this shit.

} templ uploadPage(csrfToken string) { x's tinygram

X's TinyGram

upload your shitty photos from here

description:
} templ posts(posts []Post) { for _, post := range posts {

{ post.CreatedAt.Format("2006-01-02 - 15:04") }

{

{ post.Description }

} if len(posts) > 0 {
} }