Page 249 - Nodejs 교과서 개정2판
P. 249
߸ࣻ
res.render ഐ द ࠁղח ߸ࣻܳ քझо ܻפ SPVUFT JOEFY KT ٘ܳ ࠁݶ ࠗ࠙ णפ
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
});
넌적스
<h1>{{title}}</h1>
<p>Welcome to {{title}}</p>
<button class="{{title}}" type="submit">전송</button>
<input placeholder="{{title}} 연습" />
քझীࢲ ߸ࣻח {{ }}۽ хषפ
HTML
<h1>Express</h1>
<p>Welcome to Express</p>
<button class="Express" type="submit">전송</button>
<input placeholder="Express 연습" />
ղࠗী ߸ࣻܳ ࢎਊೡ ࣻب णפ ߸ࣻܳ ࢶೡ ٸח {% set 변수 = '값' %}ܳ ࢎਊפ
քझ )5.-
{% set node = 'Node.js' %} <p>Node.js와 Javascript</p>
{% set js = 'Javascript' %}
<p>{{node}}와 {{js}}</p>
)5.-ਸ झாೞҊ र ঋݶ {{ 변수 | safe }}ܳ ࢎਊפ
քझ )5.-
<p>{{'<strong>이스케이프</strong>'}}</p> <p><strong>이스케이프</strong></p>
<p>{{'<strong>이스케이프하지 않음</strong>' | sa <p><strong>이스케이프하지 않음</strong></p>
fe }}</p>