{% extends "base.html" %} {% block content %}

Things I’m working on or thinking about

{% if current_user %} Write {% endif %}
{% if posts %}
{% for post in posts %} {% endfor %}
{% else %}

Nothing here yet. {% if current_user %}Write the first one?{% else %}Check back soon.{% endif %}

{% endif %}
{% endblock %}