testing001 = Compiler.default.compile(`import 'util/styles'
# https://github.com/eugenkiss/7guis/wiki#counter
tag app-counter
prop count = 0
<self[d:hflex cg:2]>
<input[w:10rem] type='number' bind=count>
<button @click=count++> "count"
`,{sourceId:"something"})