Previous topic

Database Models

Next topic

The Root Template

This Page

Template structureΒΆ

To use the template structure you need to create a root.html file at the root directory in your site template directory structure:

{% extends "djpcms/root.html" %}
{% block site-keywords %}your,site,keywords{% endblock %}
{% block site-description %}your site description{% endblock %}