İs that possible to give an attribute like that?
src="${urlPath}/img/icon-{{flight.OperatingAirline._CompanyShortName}}.png"
doesn't works.
After edit @SLYcee's answer for JSTL combined solution:
:src="'${urlPath}/img/icon-' + flight.OperatingAirline._CompanyShortName + '.png'"