Things I’m working on or thinking about
{% if current_user %}
Write
{% endif %}
{% if posts %}
{% for post in posts %}
{{ post.created_at }}
{% endfor %}
{% else %}
Nothing here yet. {% if current_user %}Write the first one?{% else %}Check back soon.{% endif %}
{% endif %}
{% endblock %}