django-cats/cats/templates/home.html

7 lines
195 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% blocktranslate trimmed %}
Welcome to the CAcert Assurer Training System - CATS.
{% endblocktranslate %}
{% endblock content %}