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

Projects

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

{{ message }}

{% endfor %} {% endif %} {% endwith %}
{% if user_projects%} {% for project in user_projects %}

{{project.project_description}}

{% if project.tags %}
{% set tags = project.tags.split(',') %} {% for tag in tags%} {% endfor %}
{% endif %}
{% endfor %} {% endif %}

Add your projects below. List your most relevant project first.

Upload a screenshot for your project. Default image will be used if no image is uploaded.
Provide a link for viewers to see your project.
Add tags under your project following the format of the placeholder. You can add technologies and/ or skills used in the project.
Assign a number to display your projects in ascending order.
{% endblock content %}