{% extends 'base.html' %} {% load markdown_extras %} {% block title %}Careers Home - Career Portal{% endblock %} {% block content %}

Our Company

{% if company_profile %}

{{ company_profile.description|markdown_to_html|safe }}

{% else %}

Welcome to our careers page!

{% endif %}

Open Positions

{% if job_postings %} {% else %}

No open positions at the moment.

{% endif %} {% endblock %}