{% extends "base.html" %} {% block title %}{{ title }} - {{ block.super }}{% endblock %} {% block body %}{% include "snippet.html" %}{% endblock %}