API/node
html 템플릿 엔진 (ejs, gulp-file-include)
turfrain
2022. 3. 24. 13:59
- EJS
<%- include('../include/_tem_card.ejs' , {
txt_tit : "Title 1 line Title 1 lineTitle 1 lineTitle 1 lineTitle 1 line ",
txt_desc : "Description 1 line <br> Description 2 line <br /> Description"
}) -%>
--- 사용 ---
<%= txt_tit[i] %>
<%- txt_desc[i] %>
- file-include
@@include('../_include/_in_panel_title.html', {
"txt_tit" : "Title 1 line Title 1 lineTitle 1 lineTitle 1 lineTitle 1 line ",
"txt_desc" : "Description 1 line <br> Description 2 line <br /> Description"
})
--- 사용 ---
@@p_title