1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Add home page and search page

This commit is contained in:
Cadence Ember 2020-08-24 22:43:55 +12:00
parent cbc3a2bf67
commit 2cc6a2912a
13 changed files with 210 additions and 69 deletions

9
pug/search.pug Normal file
View file

@ -0,0 +1,9 @@
extends includes/layout.pug
include includes/video-list-item.pug
block content
main.search-page
each result in results
.search-result
+video_list_item(result)