{% raw %} {% extends 'base.html' %} {%block title %}Congratulations - Render Engine{% endblock %} {% block content %}

{{SITE_TITLE}}

{% if SITE_DESCRIPTION %}

{{SITE_DESCRIPTION}}

{% endif %}

Congratulations{% if SITE_AUTHOR %} {{SITE_AUTHOR}}{% endif %}!

You've Built your Site with Render_Engine

{% if collection %}

You have also created a collection object

{% endif %} {% endblock %} {% endraw %}