{% extends "mobile-layout.html" %} {% macro sentence_case(text) %} {{
text[0]|upper}}{{text[1:] }} {% endmacro %} {% block header %}
{% endblock header %} {% block content %}
Here's what's new on Crowd.Inc
{{post.get_post().poster.username}}
received a comment in {{post.get_post().project.title}}
{{post.get_post().description}}
{% elif post.get_post().type== 'solution' %}{{post.get_post().title}}
{% elif post.get_post().type== 'project' %}{{post.get_post().title}}
{% endif %}
{{post.poster.username}}
posted a new goal in {{post.project.title}}