{% extends 'base/base.html' %} {% load static %} {% block title %} Projects {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Projects


{% for object in object_list %}
{% if object.image %} {% else %} {% endif %}

{{ object.title }}

{{ object.description }}

More info
{% endfor %} {% if request.user.is_authenticated %} {% endif %}
{% include 'base/footer.html' %} {% endblock %}