• This project
    • Loading...
  • Sign in

MotherProject / myYoutube

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • myYoutube
  • views
  • home.pug
  • Flare-k's avatar
    [Add] videoDetail, css · 8b91895a
    8b91895a
    Flare-k authored 2020-06-19 03:13:36 +0900
home.pug 286 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
extends layouts/main
include mixins/videoBlock

block content
    .home-videos
        each item in videos
            +videoBlock({
                id: item.id,
                title : item.title,
                views: item.views,
                videoFile:item.fileUrl
            })