{% extends "django_htcpcp_tea/base_beverage.html" %} {% block htcpcp_content %}

Brewing {{ beverage }}...

{% if additions %}

Additions

{% include "django_htcpcp_tea/includes/additions.html" %} {% endif %} {% if alternatives %}

Alternatives, in case you change your mind...

{# RFC 7168 requires alternatives to be listed when coffee is #} {# brewed incase the user wants to brew a superior beverage #} {% include "django_htcpcp_tea/includes/alternatives.html" %} {% endif %} {% endblock %}