{% extends "base.html" %} {% load avatar_tags %} {% load markdown_deux_tags %} {% block header_title %}Project Directory{% endblock %} {% block content %}
Built with {% for tech in project.technologies.all %}{{tech}} {% endfor %}