I have a question, how could I make one object be inside another and be displayed in pug?
-
var list = [
{
"title": "- Course",
"link": "./course/index.html",
"listName":[
{
"name":"01 - HTML"
},
{
"name":"02 - CSS"
}
]
},
]
ol
each val in list
li
p=…
Top comments (0)