I have a static resource that I’d like to display in a table template. I’m currently using something like this:
{{#Ultrasound_Skill_Approved__c}}<img src="/resource/1479417508000/MDSignature">{{/Ultrasound_Skill_Approved__c}}
Is there any way I can make that more generic, so that it will display the image if all I know is the name of the static resource?