main
.row
.col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
a#mainLink(href="/#/variants/list")
| {{ st.tr["View alphabetical variants list"] }}
p.text-center
a.leftLink(href="https://www.chessvariants.com/what.html")
| {{ st.tr["What is a chess variant?"] }}
a(href="https://www.chessvariants.com/why.html")
| {{ st.tr["Why play chess variants?"] }}
p
a(href="/#/variants/Chess960") Chess960
| {{ st.tr["chess960_v"] }}
div(v-for="g of sortedGroups")
h3 {{ st.tr["vt" + g] }}
p {{ st.tr["vg" + g] }}
ul
li(v-for="v of variantGroup.get(g)")
a(:href="getLink(v)") {{ v.display }}
|  –
| {{ st.tr[v.description] }}