mustache 문법

김지원·2023년 7월 25일
0

mustache 템플릿엔진
view 자바코드 해석해서 순수한 html로

https://github.com/codingspecialist/mustache-sample

https://blog.naver.com/PostView.nhn?blogId=islove8587&logNo=220989976625&parentCategoryNo=&categoryNo=44&viewDate=&isShowPopularPosts=false&from=postView

{{값}} 데이터 전달

{{#값}} {{/값}} 조건문 혹은 반복문
반복문으로 쓸때는 반복문안에서 기본 이름 빼야함
{{#AA}} 안에서 적을때 {{/AA}}
{{AA.B}}가 아니라 {{B}}만

{{^값}} {{/값}}
조건문이나 반복문 부정

{{>파일명}} 부분 템플릿
header footer 등 적용할때 유용함


괄호 3개씩 쓰면 태그가 그냥 글자로 안적히고 실제 태그로 동작함
해킹 위험하니까 가급적 사용X

{{{<script>}}}
profile
https://github.com/k7850

0개의 댓글