1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
cloudtube/pug/search.pug

13 lines
234 B
Plaintext
Raw Normal View History

2020-08-24 10:43:55 +00:00
extends includes/layout.pug
include includes/video-list-item.pug
2020-08-30 13:54:59 +00:00
block head
title= `${query} (search) - CloudTube`
2020-08-24 10:43:55 +00:00
block content
main.search-page
each result in results
.search-result
2020-08-30 13:54:59 +00:00
+video_list_item(result)