{% extends 'sitewide/autoblocks.html' %} {% load static %} {% block main %}
This is a sample content. You can create yours with the steps below:
{% verbatim %}{% extends 'sitewide/autoblocks.html' %}{% endverbatim %}
{% verbatim %}{% load static %}{% endverbatim %}
{% verbatim %}{% block main %}{% endverbatim %}
** Add your HTML here **
{% verbatim %}{% endblock %}{% endverbatim %}
main
block (see
above) and save the template.
"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!