15161718192021
private ImageTagTemplate template; @Inject public ImageTag(Parser parser) { template = new ImageTagTemplate(parser); }
11121314151617