{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Welcome to the RUG Template page" %}{% endblock %} {% block pagetitle %}{% trans "Welcome to the RUG Template page" %}{% endblock %} {% block content %}

{% trans "Simple RUG Template" %}

{% trans "Some more text" %}

{% endblock %}