MWC: render custom FlowRouter parameter

So I’ve tried a lot already and I don’t know how to proceed.

I’m trying to add a custom parameter to my FlowRouter (the title in the header of the one-page app). So I’m setting up my routers like this as described by the FlowRouter documentation:

FlowRouter("...", {action:..., pageTitle: "anyTitle"});

I would get router params by using {{mwcRoute.params.someParam}}, however I’m not sure how to access the custom option I set up.

How would I now go about retrieving this custom parameter in a MWC (!) template using Synthesis?

Thanks a lot for any help :slight_smile: