search.pug 332 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 extends layouts/main include mixins/fileBlock block content .search__header h3 Searching for: #{searchingBy} .search__videos if files.length === 0 h5 No Files Found each item in files +fileBlock({ title : item.title, id: item.id })