It is about template inheritance.

For example, assume that base.html has

{% block yourblock %}

Here, your block content in base.html

{% endblock %}

———-

In base_child.html can have their own version of yourblock content

{% extends “base.html” %}

{% block yourblock %}

Here, the base.html content can be overwritted with this.

{% endblock %}

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer