sbt
{{page.title}}
{{page.tagline}}
{{page.description | markdownify }}
{% 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 }}