EJS

Jmnote (토론 | 기여)님의 2016년 10월 21일 (금) 15:52 판

1 개요

Embedded JavaScript; EJS; ejs
  • 자바스크립트 템플릿엔진
// load a template file, then render it with data
html = new EJS({url: '/template.ejs'}).render(data)

// update element 'todo' with the result of a  
// template rendered with data from a JSON request
new EJS({url:'/todo.ejs'}).update('todo','/todo.json')

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}