mlmym/templates/xhr.html
Ryan Stafford fe48b73de3 init
2023-06-30 18:02:34 -04:00

11 lines
218 B
HTML

{{ if .CommentID }}
{{ range $i, $comment := .Comments }}
{{ template "comment.html" $comment }}
{{ end }}
{{ else }}
{{ range $post := .Posts }}
{{ template "post.html" $post }}
{{ end }}
{{ end }}