{% include 'includes/head.html' %}
{% include 'includes/header.html' %} {% if creator %}

{{ creator.user.username }}

Bio: {{ creator.bio }}

{% endif %} {% if posts %}

Posts

{% for post in posts %}

{{ post.id }} - {{ post.title }} - {{ post.post_date | humanize }}

{% endfor %} {% endif %} {% include 'includes/footer.html' %}
{% include 'includes/scripts.html' %}