{% extends "mobile-layout.html" %} {% macro sentence_case(text) %} {{ text[0]|upper}}{{text[1:] }} {% endmacro %} {% block header %}

Welcome to Crowd.inc 👋🏽

We’re a platform where ideas flourish into reality through peer collaboration. Post your project and share your goals to bring your ideas closer to reality. Get support from people who believe in your vision.

{% endblock header %} {% block content %}
SORT:
{% if projects|length == 0 %}
We weren't able to find any projects matching your search query
{% endif %} {% for project in projects %}
{% endfor %}
{% endblock content %} {% block sidebar %}

{% endblock sidebar %}