doctype html
html(lang="ko")
head
title pugpug
body
h1 hihi!!
footer © #{new Date().getFullYear()} pugpug
#{}
안에 넣는다.if isLoggedIn
a(href="/logout") logout
else if otherOption
a otherOption
else
a(href="/login") login
배열 순환
each video in videos
li=video
else
li Sorry nothing found.
<aside> 💡 일부 코드 재사용
</aside>
일부 코드를 분리해서 반복적으로 쓸 수 있음.