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