From 17e55d2a9bc7d0f5ed922370b8ac3ad4db9f583b Mon Sep 17 00:00:00 2001 From: r Date: Thu, 30 Jan 2020 15:32:37 +0000 Subject: Add user search page --- templates/usersearch.tmpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/usersearch.tmpl (limited to 'templates/usersearch.tmpl') diff --git a/templates/usersearch.tmpl b/templates/usersearch.tmpl new file mode 100644 index 0000000..8e19fd1 --- /dev/null +++ b/templates/usersearch.tmpl @@ -0,0 +1,25 @@ +{{with .Data}} +{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}} +{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}} +
Search {{EmojiFilter .User.DisplayName .User.Emojis}}'s statuses
+ +
+ Query + + + +
+ +{{range .Statuses}} +{{template "status.tmpl" (WithContext . $.Ctx)}} +{{end}} + + + +{{template "footer.tmpl"}} +{{end}} -- cgit v1.2.3