{{- with site.Params.commentSystem.telegramWidget }}
<script async
  src="https://telegram.org/js/telegram-widget.js?19"
  data-telegram-discussion="{{ .channel }}"
  data-comments-limit="{{ .limit | default 10 }}"
  {{ with .accentColor }}data-color="{{ . }}"{{ end }}></script>
{{- end }}