意外的块内容

时间:2019-04-22 01:00:51

标签: pug

在运行我的nodeJS并在前端使用'.pug'表示应用程序时出现问题。

尝试通过多种方式缩进,但仍无法解决问题。

extends ./layout.pug

block content


  section#welcome

    div

      h1 Hi #{name}!


  section

    #day

      #time.day-sec

        //h2= today_date (disgarded, this is the backend time) 

        h2.time

      #weather.day-sec

        h2= today_weather


  section

    #main-func


      #courses

        h3 Courses Today

        #courses-list

          ul

            li SSW 690 | 12:00-14:30 |A 115

            li SSW 565 | 18:15-20:45 |BC 310


      #assignments

        h3 Upcoming Due

        ul

          li

            span 18:00

            |  SSW 565 | Weekly

            |                             Assignment: Apache Styles - G1

          li

            span 23:59

            |  SSW 567 | Quiz 04

          li

            span 23:59

            |  CPE 593 | Optional: find

            |                             optimal k for Knuth

当我删除“块内容”时,出现一条错误消息:“只有命名的块和混合可以出现在扩展模板的顶层”,但是使用它时,错误是“意外的块内容”。

0 个答案:

没有答案