index.jade undefined 错误
extends ../layout block content .container .row each item in movies .col-md-2 .thumbnail a(href="movie/#{item._id}") img(src="#{item.poster}",alt="#{item.title}") .caption h3 #{title} p: a.btn.btn-primary(href="/movie/#{item._id}",role="button") 观看影片
each item in movies
不知道是哪里出了错误
可以出来页面,但是没有bootstrap 格式
<link href="/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> <script src="/bower_components/jquery/dist/jquery.js"></script> <script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
bower文件夹安装与view同级,这 样引用对吗