Handlebars

오픈소스 비즈니스 컨설팅
Pnuskgh (토론 | 기여)님의 2016년 11월 11일 (금) 16:05 판
둘러보기로 가기 검색하러 가기

handlebars JavaScript Library를 정리 한다.



<parsererror style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">

This page contains the following errors:

error on line 8 at column 71: attributes construct error

Below is a rendering of the page up to the first error.

</parsererror>

사용법

<script id="domain_list_content" type="text/x-handlebars-template">
{{#if debug}}<th>Links</th>{{else}} ~ {{/if}}

{{#each domains}}
    Map : {{@key}}, {{this}}
    List : {{@index}}, {{this}}
    @first, @last {{#unless @last}}~{{/unless}}    
{{/each}}

참고 문헌