•  
      Internship_Tracker #50283 Understanding of Mustache template
    #50283
    Shubham Yadav (shubham_yadav)
    2022-09-20 17:18
    2022-09-20 17:18
    Details
    Understanding of Mustache template
    Understanding of Mustache template

    Mustache template:
    Hello {{name}}
    You won {{value}} rupees!
    {{#in_ca}}
    Well, {{taxed_value}} rupees, after taxes.
    {{/in_ca}}

    following hash:
    {
    "name": "shubham",
    "value": 10000,
    "taxed_value": 10000 - (10000 * 0.4),
    "in_ca": true
    }

    Will produce the following:
    Hello shubham
    You won 10000 rupees!
    Well, 6000.0 rupees, after taxes.

    Empty
    Empty
    State of Progress
    2022-07-19
    Empty
    Empty
    Shubham Yadav (shubham_yadav)
    2022-07-28
    Closed
    Attachments
    Empty
    References
    References list is empty