.. _topics-templates-overview:
============================
The Root Template
============================
At the top of the tree there is the ``root.html`` file which lays out the main tags of the html page: the ``head`` and the ``body``.
A new django site using ``djpcms`` templating system need to define a new ``root.html`` template which extends ``djpcms\root.html``.
Head block tags
=================
Here we list the django block tags for customizing the ``head``.
Body block tags
================
The body is defined has follow::
{% block doctype_html %}{{ htmldoc.html }}{% endblock %}{% load djpmodutils djpcmstags %}