{% extends 'base.html' %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Shepherds Table Add Shepherd
{% for shepherd in shepherds %} {% endfor %}
Name Age
{{ shepherd.name }} {{ shepherd.age }}
{% endblock content %}