--- layout: base.njk pagination: data: languages size: 1 alias: langKey tags: misc background: towers.jpg backgroundOpacity: .2 --- {% from "macros.njk" import i88x31 with context %}

{{ t.pageTitle }}

{{ t.intro }}

{{ i88x31("BOOKMARKthispageNOW.png") }}

{% for sectionName, section in c.links %}

{{ t[sectionName] }}

{% if section.88x31 %}
{% for 88x31 in section.88x31 %} {{ i88x31(88x31) }} {% endfor %}
{% endif %}
{% for link in section.links %}
{{ link.name }}

{{ link.description[langKey] }}
{% if link.88x31 %} {% for 88x31 in link.88x31 %} {{ i88x31(88x31) }} {% endfor %} {% endif %}
{% endfor %}
{% endfor %}