{% extends 'base.html' %} {% load markdown_extras %} {% block title %}{{ job_posting.title }} - Career Portal{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Location: {{ job_posting.city }}{% if job_posting.state_or_province %}, {{ job_posting.state_or_province }}{% endif %}{% if job_posting.country %}, {{ job_posting.country }}{% endif %}
{% if job_posting.department %}Department: {{ job_posting.department }}
{% endif %}{{ job_posting.description|markdown_to_html|safe }}