| 1 | 'use strict' |
| 2 | |
| 3 | const ITEM_TPL = `{{#domains}}<li><input type="text" ui="wide" class="domain" value="{{.}}" placeholder="github.mydomain.com"><button type="button" class="ghost icon remove" aria-label="Remove"></button></li>{{/domains}}` |
| 4 | const GH_DOMAIN = 'github.com' |