{% extends sitewide.template %} {% load static %} {% block main %}
Congratulations! You have successfully installed Sitewide. You are seeing this page because you do not have any other app in your Django Project, or other apps are not rendering pages yet. If the Sidebar, Header, and Footer are not visible, don't despair. Follow these steps to achieve the desired behaviour for your project.
Thank you for trying Sitewide. We appreciate your feedback.
project/app/templates/app/your_template.html
project/templates/your_template.html
{% verbatim %}{% extends sitewide.template %}{% endverbatim %}
{% verbatim %}{% load static %}{% endverbatim %}
{% verbatim %}{% block main %}{% endverbatim %}
{% verbatim %}<-- Add your HTML here --!>{% endverbatim %}
{% verbatim %}{% endblock %}{% endverbatim %}
{% verbatim %}
{% main %}{% endverbatim %} block tags, replacing the
comment with your HTML. Save the template.
What if you want to change the color theme or perhaps you would like to adjust margins. Do you want to know how? See you at the 'Docs'.
What are you waiting for?
{% endblock %}