{% load static %}
{% block title %}MarketMatchr{% endblock %}
{% if project_description %}
{% endif %} {% if project_image_url %}
{% endif %}
{% if user.is_authenticated %}
{% endif %}
MarketMatchr
How it works
Pricing
{% if user.is_authenticated %}
Logout
{% else %}
Login
Join For Free
{% endif %}
{% if user.is_authenticated %}
Search
Campaign
Messages
{% endif %}
{% block content %}{% endblock %}