{% extends "main.html" %} {% block style %} .links { margin: auto; } .links td { padding-top: 5px; padding-bottom: 5px; } {% endblock style %} {% block box %}

{% i18n "Welcome to Kontact %1" _(version) %}

{% i18n "Kontact handles your e-mail, address book, calendar, to-do list and more." %}

{% for link in links %} {% endfor %} {% i18n "Skip this introduction" %} {% endblock box %}