{% extends "base.html" %} {% block title %}{{ super() }}—{{ name }}{% endblock title %} {% block content %}

{{ code }}

{{ description }}

{% endblock content %}