{% extends 'base.html' %} {% load markdown_extras %} {% block title %}Careers Home - Career Portal{% endblock %} {% block content %}
{{ company_profile.description|markdown_to_html|safe }}
{% else %}Welcome to our careers page!
{% endif %}Location: {{ job.city }}{% if job.state_or_province %}, {{ job.state_or_province }}{% endif %}{% if job.country %}, {{ job.country }}{% endif %}
{% if job.department %}Department: {{ job.department }}
{% endif %}No open positions at the moment.
{% endif %} {% endblock %}