{% extends 'base.html.twig' %} {% block body %}
{% set test = '' %} {% for challenge in list %} {% if test != challenge.getRelativePath %}

{{ challenge.getRelativePath|replace({'_': ' '})|capitalize }} / All

{% endif %}

{{ challenge.getFilenameWithoutExtension|replace({'_': ' '})|capitalize }}

{% set test = challenge.getRelativePath %} {% endfor %}

Back End Developer

Full-time
Remote
$120k – $140k
Closing on January 9, 2020
{% endblock %}