{% extends 'cards/feeding.html' %}
{% block header %}Last Feeding Method{% endblock %}
{% block title %}
<div class="display-4 text-center">{{ feeding.method }}</div>
{% endblock %}