{% extends 'base.html' %} {% block body_content %}

Latest jobs

{% for job in jobs %}

{{ job.title }}

{% for tag in job.tags.all %} {{tag.name}} {% endfor %}

{{ job.description }}

Apply
{% endfor %}
{% endblock %}