8 lines
134 B
Smarty
8 lines
134 B
Smarty
{{define "timeline"}}
|
|
{{range .Items}}
|
|
{{template "tweet" .}}
|
|
{{end}}
|
|
|
|
{{template "timeline-bottom" .CursorBottom}}
|
|
{{end}}
|