{% extends 'sitewide/autoblocks.html' %} {% load static %} {% block main %}

Sitewide is Working!

This is a sample content. You can create yours with the steps below:

  1. Add a blank template to your preferred destination (either the app template folder or project templates folder.
  2. Put the following tags to the new template file:
    {% verbatim %}{% extends 'sitewide/autoblocks.html' %}{% endverbatim %}
    {% verbatim %}{% load static %}{% endverbatim %}
    {% verbatim %}{% block main %}{% endverbatim %}
    ** Add your HTML here **
    {% verbatim %}{% endblock %}{% endverbatim %}
  3. Add your custon HTML markup within the main block (see above) and save the template.
  4. Point your View to the template.
  5. Enjoy the view!

That's not all ...

"What about the Sidebar, the Header Bar and Footer? It looks too simple. How about theming?" You have questions? Check out the docs!
Have fun!

{% endblock %}