We need a livetemplate way of supporting custom javascript like this: oninput="document.getElementById('charcount').textContent = this.value.length + ' characters'">{{.Content}}
The goal would be to provide users attributes or directives to help users avoid writing embedded javascript like above.