Comment on Elixir is for programmersparentComments−adambard12ySo it does. I wonder what language I was thinking of then.−Lazare12yThis is a long shot, but could you be thinking of the Django template language?https://docs.djangoproject.com/en/dev/ref/templates/builtins... <ul> {% for athlete in athlete_list %} <li>{{ athlete.name }}</li> {% empty %} <li>Sorry, no athletes in this list.</li> {% endfor %} </ul>
Comments
So it does. I wonder what language I was thinking of then.
This is a long shot, but could you be thinking of the Django template language?
https://docs.djangoproject.com/en/dev/ref/templates/builtins...