{% extends 'sitewide/layout.html' %} {% load static %} {% block main %}
This is a sample content. You can create yours with the steps below:
{% verbatim %}{% extends 'sitewide/layout.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 and footer? It looks too simple. Would
you like to change the theme? Perhaps, you have other questions? Find our
more from docs!
Have fun!