mkantor / operator

A web server for static and dynamic content.
https://operator.mattkantor.com
GNU General Public License v3.0
16 stars 2 forks source link

Enhance `get` helper to support hash parameters. #83

Closed mkantor closed 2 years ago

mkantor commented 2 years ago

Hash parameters for the get helper work the same way as with partial include syntax. They may override Operator-set render data.

Contributes to #10.

mkantor commented 2 years ago

Whoops, I need to support hash params for executables too!