Signature field now supports Trimou template logic
You can now write Trimou template logic directly in a channel’s custom signature. The signature field in Channel Feed Settings uses the same code editor as your post body templates, so template expressions are evaluated instead of being treated as plain text.
This solves a real dilemma: signatures are not one-size-fits-all. An author signature adds credibility to an Opinion piece where the columnist has an active X profile. The same signature looks wrong on agency content, where it resolves to a wire service name. Until now, the choice was all or nothing.
Now you decide when the signature appears. For example, to show it only for your Opinion section:
{{#if "sections[0] eq 'Opinion'"}}Your signature text{{/if}}The signature field supports the same conditional logic and repeating sections available in your post body templates. See the Marfeel templating syntax reference for everything you can express.
Your signature, written the way you mean it.
Learn more in the Amplify settings for social post branding and layout guide