{% extends "base.html" %} {% block title %}{{ job.role }} - Codingo{% endblock %} {% block content %}

{{ job.role }}

{{ job.company }} {{ job.seniority }}

Job Description

{{ job.description }}

Required Skills

{% if job.skills_list %} {{ job.skills_list | join(', ') }} {% else %} Not specified {% endif %}

Posted on: {{ job.date_posted.strftime('%B %d, %Y') }}

Apply Now

Is This Job Not Quite Right?

Check out other opportunities that might better match your skills and career goals.

View All Jobs
{% endblock %}