wt2html/tt/NoIncludeOnly~OnlyInclude()

OnlyInclude sadly forces synchronous template processing, as it needs to hold onto all tokens in case an onlyinclude block is encountered later. This can fortunately be worked around by caching the tokens after onlyinclude processing (which is a good idea anyway).