var inTag = function(stream, state) {
      var token = null;

      if (stream.match('%}')) {
        state.tokenizer = tokenize;