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