{% extends "public_base.html" %} {% block title %}{{ _('Careers') }} — {{ SPLENT_APP }}{% endblock %} {% block hero %} {{ render_block('hero', eyebrow=_('Careers'), title=_('Work with us'), subtitle=_('Tell us about yourself and we will keep you in mind.')) }} {% endblock %} {% block content %}
{# Flash messages #} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if intro %}

{{ intro }}

{% endif %}
{{ _('A brief resume in PDF, up to 5 MB.') }}
{# Captcha widget (cloudflare / recaptcha) — empty when none installed #} {% if captcha_widget is defined %} {{ captcha_script() }} {{ captcha_widget() }} {% endif %}
{% endblock %}