Jeremy Zheng 7770367ff5 :truck: move background source codes into api-v8 1 年之前
..
footnote.tpl 7770367ff5 :truck: move background source codes into api-v8 1 年之前
glossary.tpl 7770367ff5 :truck: move background source codes into api-v8 1 年之前
main.tpl 7770367ff5 :truck: move background source codes into api-v8 1 年之前
readme.md 7770367ff5 :truck: move background source codes into api-v8 1 年之前
reference.tpl 7770367ff5 :truck: move background source codes into api-v8 1 年之前
sent.tpl 7770367ff5 :truck: move background source codes into api-v8 1 年之前
term.tpl 7770367ff5 :truck: move background source codes into api-v8 1 年之前

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>