{% extends "base.html" %} {% block title %} UR Heard {% endblock title %} {% block content %}
{% for petition in petitions %} {% endfor %}
{#

Hello, {% if current_user.is_authenticated %} {{ current_user.name }} {% else %} Stranger {% endif %}

#} {% endblock content %} {% block scripts %} {{super()}} {{ moment.include_moment(no_js=True) }} {% endblock scripts %}