{% extends "index.html" %} {% block content %} {% set section = get_section(path="join-us/_index.md")%}
{{ section.content | safe}}
{% include "partials/pageList.html" %}
{% endblock content %}