My Webpage

{% for entry in entries %}

{{ entry['name'] }}

{% if 'fig' in entry %} {% endif %} {% if 'specs' in entry %} {% for spec in entry['specs'] %} {% endfor %}
Spec Value Unit
{{ spec['spec'] }} {{ spec['value'] }} {{ spec['unit'] }}
{% endif %} {% endfor %} {# a comment #}