{% include header.txt %} {% include topbar.txt %}

 

    {% for link in page.toplinks %} {% capture x %}{% cycle 'odd', 'even' %}{% endcapture %} {% if x == 'odd' %} {% if link.link %}
  • {{link.name}}
  • {% else %}
  • {{link.name}}
  • {% endif %} {% endif %} {% endfor %}
    {% for link in page.toplinks %} {% capture x %}{% cycle 'odd2', 'even2' %}{% endcapture %} {% if x == 'even2' %} {% if link.link %}
  • {{link.name}}
  • {% else %}
  • {{link.name}}
  • {% endif %} {% endif %} {% endfor %}
{{ content }}

 

{% include footer.txt %}