mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
extends includes/layout.pug
|
|
|
|
include includes/video-list-item.pug
|
|
|
|
block head
|
|
title= `${query} (search) - CloudTube`
|
|
|
|
block content
|
|
main.search-page
|
|
each result in results
|
|
.search-result
|
|
+video_list_item(result, instanceOrigin)
|