UNPKG

prettier-plugin-jinja-template

Version:
10 lines 192 B
<ul> {% for href, caption in [ ('index.html', 'Index'), ('about.html', 'About'), ('downloads.html', 'Downloads') ] %} <li><a href="{{ href }}">{{ caption }}</a></li> {% endfor %} </ul>