<img src="{{ './static/images/' ~ fruit.image_name }}">
I am concerned because I hard-coded the forward slashes into the path as shown between the single quotes above. If this is a legitimate concern, is there a jinja function similar to python's os.path.join() function that can be used?