Arnaud Castellanos Galea
Arnaud Castellanos Galea
But it is being used, I don't know what that commit is but you can look at the source code and see it required: init.lua line 19 But if there...
I obviously added it because I needed it, if it's not being used in lighttouch-base it's in some package, I don't know where, but I was countering your point that...
And anyway I already agreed with you about removing it and using the binding's function
Oh, there is no binding function yet? I was confusing it with heck functions in the other issue. In that case this is unnecessary, the library is not doing any...
I personally like colons better, but the importance is to be consistent. I don't understand about underscore
Responses in the same order - what the hell does that mean? - yep, but expand is not as useful when it can't reference local variables - how so? it's...
Tthe class file name must be `_class/base.html-body.txt` - `_class` to make it explicit that it's a special directory - `base.html` says that the classes apply to elements of that file...
to indicate an element id, we could do the css way and name the file `base.html-#myid.txt` (note the numeral sign)
for the body element: `base.html-body.txt` fot the element with "body" as id: `base.html-#body.txt`
there's no ambiguity because the `#` character isn't allowed in element tag names