{% extends base_template %} {% load i18n templates %} {% block content %}
{% translate "This is a test page to see if the theming works correctly. You can provide your own template in your app to display your own content." %}
{% translate "You can also override the base template of the corresponding theme to change the layout of the page." %} {% translate "Or you extend the base template, if you like the layout, and provide the blocks you want to override globally." %}