{% extends 'cards/feeding.html' %} {% block header %}Last Feeding Method{% endblock %} {% block title %}

{{ feeding.method }}

{% endblock %} {% block content %} {% if feeding.amount %}
Amount: {{ feeding.amount }}oz.
{% endif %} {% endblock %} {% block footer %}{{ feeding.end }}{% endblock %}