mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-16 15:55:51 +00:00
253 B
253 B
{% extends 'base.html' %}
{% block content %}
{% endfor %}
{% endblock %}
Hi, {{ current_user.username }}!
{% for post in posts %}{{ post.author.username }} says: {{ post.body }}