home.pug 290 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 extends layouts/main include mixins/fileBlock block content a(href=`/files${routes.upload}`) Upload .home-files each item in files +fileBlock({ id: item.id, title : item.title, fileFile:item.fileUrl })