Skip to content
Snippets Groups Projects
selectln.html 267 B
{% include head.html %}
  <body style="text-align:center;">
    <h1>select language</h1>
    <ul style="list-style:none;">
      {% for ln in page.ln %}
      <li><a href="./{{ ln }}">{{ ln }}</a></li>
      {% endfor %}
    </ul>
    {{ content }}
  </body>
</html>