I am trying to learn a new code base and I see '{{' and '}}' in .cshtml files called templates. I tried to Google for Razor templates and it just talks about the 'standard' Razor syntax and templating that I already know. What specifically is a Razor template and where would I read more about it? Specifically I see {{if name}}, {{else}}, and {{/if}} or {{:name}} etc.?