{% extends 'main/layouts/base.html' %} {% block title %}My View Template Example{% endblock %} {% block body %} This is an example of a view that inherits from the main.base template {% endblock %}