{% extends "layout.html" %} {% block content %} {% autoescape false %}

{{ other_username }}'s Wall!

{% if age %}

{{ age }} years old

{% endif %} {% for post in posts %}

{{ other_username }}
{{ post }}

{% endfor %}
{% endautoescape %} {% endblock %}