I understand the "===" that tests value and type, different from "==" that tests only value, however I did not understand the double key, type: {{alguma_coisa}}
, for example in a JavaScript that I own, has something like this:
mozL10n.get('page_of', {pageCount: pagesCount}, 'de {{pageCount}}');
Is there a need for both keys?