mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-12 19:37:29 +00:00
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
|
extends includes/layout.pug
|
||
|
|
||
|
include includes/video-list-item.pug
|
||
|
|
||
|
block head
|
||
|
title Subscriptions - CloudTube
|
||
|
|
||
|
block content
|
||
|
main.subscriptions-page
|
||
|
each video in videos
|
||
|
.subscriptions-video
|
||
|
+video_list_item(video)
|