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

Latest Jobs

{% for job in jobs %}
{{ job.title }}
{% for tag in job.tags.all %} {{tag}} {% endfor %}
Apply
{% endfor %}
{% comment %}
{% for job in jobs %}

{{ job.description|truncatewords_html:20 }}

{% endfor %}
{% endcomment %} {% endblock %}