{% extends "base.html" %} {% block base %}

Yoyodyne Propulsion Systems The future begins tomorrow

{% for e in employees %} {% endfor %}
First Name Last Name Position Name Status Hired
{{ e.first }} {{ e.last }} {{ e.position }} {{ e.status }}, {{ e.children }} children {{ e.hired }}
{% endblock %}