chickadee » low-level-macros » define-syntax-rule

(define-syntax-rule (name . args) tpl)syntax
(define-syntax-rule (name . args) (with-keywords (x ...) tpl))syntax

the only high-level macro. To be used instead of syntax-rules in case there is only one rule and no additional keywords.