{% extends "site_base.html" %} {% load i18n %} {% block content %}

{% trans "Hello Chuck!" %}

{% endblock %}