2👍
✅
You have two options:
-
use the
title_template
anddescription_template
attributes on the Feed class to point to templates that can handle a very generic input variable. -
Recreate your template logic in the feed class’ methods so that your template variable gets a normalized piece of data.
Either one will get you to the same end point.
Source:stackexchange.com