visuddhinanda@gmail.com 39e07089f1 术语表增加第二个意思的显示 4 éve
..
footnote.tpl fe76feac99 增加模版 4 éve
glossary.tpl 39e07089f1 术语表增加第二个意思的显示 4 éve
main.tpl fe76feac99 增加模版 4 éve
readme.md ff7004d5e2 用mustache 模版渲染文章 4 éve
reference.tpl fe76feac99 增加模版 4 éve
sent.tpl ff7004d5e2 用mustache 模版渲染文章 4 éve
term.tpl fe76feac99 增加模版 4 éve

readme.md

标题

正文

{{1-2-3-4}}

标题

{{1-2-3-4}}

标题

<div class='org'>
    {{1-2-3-4.org}}
</div>
<div class='translation'>
    {{#1-2-3-4.translation}}
        <div>{{text}}</div>
    {{/1-2-3-4.translation}}
</div>

{

1-2-3-4:{
    org:"pali text"
    translation:[
        {
            text:"一句译文[[bhikkhu]]",
            channel:"channel1"
        },
        {
            text:"另一句译文[[bhikkhu]]",
            channel:"channel2"
        },
    ]
}

}

标题

<div class='org'>
    pali text
</div>
<div class='translation'>
    <div>一句译文{{term.bhikkhu.channel1}}</div>
    <div>一句译文{{term.bhikkhu.channel2}}</div>
</div>