I'm building a Wordpress site using the excellent Timber templating plugin.
I'm also using Sermon Manager plugin, which uses it's own page templates.
I can't figure out how to render the SM page templates through Timber.
This page renders within the page.twig template, but clicking on the series title (top link) leads to an empty page, because it's trying to load the archive-wpfc_sermon.php template within the SM plugin directory.
I imagine its something like rendering Woocommerce page templates in Timber, but I can't work out how to adapt to SM: https://timber.github.io/docs/guides/woocommerce/
Any help appreciated ;)