django-cats/cats/templates/home.html

10 lines
393 B
HTML
Raw Normal View History

{% extends "regular_view.html" %}
{% load i18n %}
{% block content %}
<h1>Welcome to the CAcert Assurer Training System - CATS.</h1>
<p>{% blocktranslate trimmed %}
For background information about the purpose of this application read the
<a href="{{ challenge_wiki_url }}">CAcert Assurer Challenge Wiki page</a>.
{% endblocktranslate %}</p>
{% endblock content %}