티스토리 뷰

- 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

 

'node' 카테고리의 다른 글

Node.js Module System  (0) 2023.03.28
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday