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