{% extends "layout.html" %} {% block content %}

Experience

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}

{{ message }}

{% endfor %} {% endif %} {% endwith %}
{% if user_experience_list %}
{% for row in user_experience_list %}
{{row['start_date_formatted']}} — {{row['end_date_formatted']}}
{{row['employer']}}
{{row['role']}}

{{row['description']}}

{% for tag in row.tags %} {% endfor %}

{% endfor %}
{% endif %}

Add your experience below. More recent experience will appear first.

Add tags under your experience following the format of the placeholder. You can add technologies and/ or skills used in the job.
{% endblock content %}