You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yarn-UI/internal/templates/timeline.html

6 lines
525 B

{{define "content"}}
{{ template "post" (dict "Authenticated" $.Authenticated "User" $.User "TwtPrompt" $.TwtPrompt "MaxTwtLength" $.MaxTwtLength "Reply" $.Reply "AutoFocus" true "CSRFToken" $.CSRFToken "Ctx" .)}}
<h2 class="dev-note center">Your Timeline // Your Mentions // Discover (Pod Timeline)</h2> <!-- TODO: make this heading adjust to filtering -->
{{ template "feed" (dict "Authenticated" $.Authenticated "User" $.User "Profile" $.Profile "LastTwt" $.LastTwt "Pager" $.Pager "Twts" $.Twts "Ctx" .) }}
{{end}}